Type Definition arithmetic_eval::SpannedValue[][src]

type SpannedValue<'a, T> = MaybeSpanned<'a, Value<'a, T>>;
Expand description

Value together with a span that has produced it.