Expand description
Raw syntax patterns.
Structs§
- PatTensorR
Inner - Raw syntax tensored pattern without text span. Represents a list of pattern atoms tensored together.
- PatternR
Inner - Raw syntax pattern without text span. Represents a list of tensored patterns composed together.
Enums§
- PatAtomR
Inner - 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.