pub type Num<'n> = Spanned<&'n Number>;
Borrowed number like 123 + span information
123
pub struct Num<'n> { /* private fields */ }