mk_comb : term * term -> term
- mk_comb (neg_tm,T); > val it = `~T` : term - mk_comb(T, T) handle e => Raise e; Exception raised at Term.mk_comb: incompatible types