remove_type_abbrev : string -> unit
If the string s is not a qualified name (of the form "thy$name"), then all type abbreviations with base name s are removed. If s does have a qualified name, then only a type abbreviation of that name and theory will be removed (if such exists).
> ``:'a set``; val it = ``:'a -> bool`` : hol_type > remove_type_abbrev "set"; val it = (): unit > ``:'a set``; Exception- HOL_ERR ...