pub fn type_from_decl( id: &Ident, types: &HashMap<String, Arc<TypeDecl>>, tys: &Types, ) -> Option<TyId>
Build a Ty from a TypeDecl name reference.
Ty