pub type TypeSubst = HashMap<String, Type>;
Substitutions for type variables
pub struct TypeSubst { /* private fields */ }