Expand description
Raw syntax terms.
Structs§
- TensorR
Inner - Raw syntax tensored term without text span. Represents a list of atoms tensored together.
- TermR
Inner - Raw syntax term without text span. Represents a list of tensored terms composed together.
Enums§
- AtomR
Inner - Raw syntax atom without text span. Represents a term other than a tensor or composition (or a composition/tensor in brackets)
Type Aliases§
- AtomR
- Raw syntax atom with text span. Represents a term other than a tensor or composition (or a composition/tensor in brackets)
- TensorR
- Raw syntax tensored term with text span. Represents a list of atoms tensored together.
- TermR
- Raw syntax term with text span. Represents a list of tensored terms composed together.