list_mk_abs : term list * term -> term
# list_mk_abs([`m:num`; `n:num`],`m + n + 1`);; val it : term = `\m n. m + n + 1`