pub type Bool = Spanned<bool>;
true or false + span information
true
false
pub struct Bool { /* private fields */ }