pub type Number = Spanned<Number>;
Owned number like 123 + span information
123
pub struct Number { /* private fields */ }