is_vartype : hol_type -> bool
# is_vartype `:A`;; val it : bool = true # is_vartype `:bool`;; val it : bool = false # is_vartype (mk_vartype "bool");; val it : bool = true