type_subst : (hol_type,hol_type) subst -> hol_type -> hol_type
- type_subst [alpha |-> bool] (Type `:'a # 'b`); > val it = `:bool # 'b` : hol_type - type_subst [Type`:'a # 'b` |-> Type `:num`, alpha |-> bool] (Type`:'a # 'b`); > val it = `:bool # 'b` : hol_type