is_gen_tyvar
Type.is_gen_tyvar : hol_type -> bool
Checks if a type variable has been created by gen_tyvar.
gen_tyvar
Never fails.
> is_gen_tyvar (gen_tyvar()); val it = true: bool > is_gen_tyvar bool; val it = false: bool
Type.gen_tyvar