is_vartype : hol_type -> bool
- is_vartype Type.alpha; > val it = true : bool - is_vartype bool; > val it = false : bool - is_vartype (Type `:'a -> bool`); > val it = false : bool