is_const : term -> bool
# is_const `T`;; val it : bool = true # is_const `x:bool`;; val it : bool = false
# is_const `0`;; val it : bool = false # is_numeral `12345`;; val it : bool = true