pub type TermR<S> = Spanned<S, TermRInner<S>>;Expand description
Raw syntax term with text span. Represents a list of tensored terms composed together.
Aliased Type§
pub struct TermR<S> {
pub inner: TermRInner<S>,
pub span: S,
}Fields§
§inner: TermRInner<S>Wrapped data
span: SText span