[][src]Type Definition arithmetic_eval::SpannedValue

type SpannedValue<'a, T> = Spanned<'a, Value<'a, T>>;

Value together with a span that has produced it.