mk_let : term * term -> term
- mk_let(Term`\x. x \/ x`, Term`Q /\ R`); > val it = `let x = Q /\ R in x \/ x` : term
Pairing can also be used in the let syntax, provided pairTheory has been loaded. The library pairLib provides support for manipulating ‘paired’ lets.