---------------------------------------------------------------------- bvar (Term) ---------------------------------------------------------------------- bvar : term -> term SYNOPSIS Returns the bound variable of an abstraction. DESCRIBE If {M} is a lambda abstraction, i.e, has the form {\v. t}, then {bvar M} returns {v}. FAILURE Fails unless {M} is an abstraction. SEEALSO Term.body, Term.dest_abs. ----------------------------------------------------------------------