Type Definition arithmetic_parser::SpannedStatement[][src]

type SpannedStatement<'a, T> = Spanned<'a, Statement<'a, T>>;
Expand description

Statement with the associated code span.