type_of
Term.type_of : term -> hol_type
Returns the type of a term.
Never fails.
> type_of boolSyntax.universal; val it = “:(α -> bool) -> bool”: hol_type