Module pattern

Module pattern 

Source
Expand description

Raw syntax patterns.

Structs§

PatTensorRInner
Raw syntax tensored pattern without text span. Represents a list of pattern atoms tensored together.
PatternRInner
Raw syntax pattern without text span. Represents a list of tensored patterns composed together.

Enums§

PatAtomRInner
Raw syntax pattern atom without text span. Represents a pattern other than a tensor or composition (or a composition/tensor in brackets)

Type Aliases§

PatAtomR
Raw syntax pattern atom with text span. Represents a pattern other than a tensor or composition (or a composition/tensor in brackets)
PatTensorR
Raw syntax tensored pattern with text span. Represents a list of pattern atoms tensored together.
PatternR
Raw syntax pattern with text span. Represents a list of tensored patterns composed together.