pub type TypedIdent = Ident<TypedAST>;
pub struct TypedIdent { pub name: String, pub resolution: Resolution, }
name: String
resolution: Resolution