is_comb : term -> bool
# is_comb `x + 1`;; val it : bool = true # is_comb `T`;; val it : bool = false