is_abs : term -> bool
# is_abs `\x. x + 1`;; val it : bool = true # is_abs `!x. x >= 0`;; val it : bool = false