[][src]Type Definition arithmetic_parser::SpannedStatement

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

Statement with the associated code span.