is_gen_tyvar : hol_type -> bool
- is_gen_tyvar (gen_tyvar()); > val it = true : bool - is_gen_tyvar bool; > val it = false : bool