Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Paths

This section is a work-in-progress experiment about making the book executable.

A path is a sequence of one or more path segments separated by :: tokens.

Types of paths

Simple paths

Syntax
SimplePath: path=IDENTIFIER
    => path

SimplePath path IDENTIFIER
pub type Path = Identifier;