Type Definition arithmetic_parser::SpannedExpr[][src]

type SpannedExpr<'a, T> = Spanned<'a, Expr<'a, T>>;
Expand description

Expr with the associated type and code span.