list_mk_comb : term * term list -> term
- list_mk_comb(conditional,[T, mk_var("one",alpha), mk_var("two",alpha)]); > val it = `(if T then one else two)` : term - list_mk_comb(universal,[]); > val it = `$!` : term - try list_mk_comb(universal,[F]); Exception raised at Term.list_mk_comb: incompatible types