Module term

Module term 

Source
Expand description

Raw syntax terms.

Structs§

TensorRInner
Raw syntax tensored term without text span. Represents a list of atoms tensored together.
TermRInner
Raw syntax term without text span. Represents a list of tensored terms composed together.

Enums§

AtomRInner
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.