Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mk_abs

Term.mk_abs : term * term -> term

Constructs an abstraction.

mk_abs (v, t) returns the lambda abstraction \v. t. All free occurrences of v in t thereby become bound.

Failure

Fails if v is not a variable.

See also

Term.dest_abs, Term.is_abs, boolSyntax.list_mk_abs, Term.mk_var, Term.mk_const, Term.mk_comb