pub type Ident = WithPos<Symbol>;
pub struct Ident { pub item: Symbol, pub pos: SrcPos, }
item: Symbol
pos: SrcPos