lhs
boolSyntax.lhs : term -> term
Returns the left-hand side of an equation.
If M has the form t1 = t2 then lhs M returns t1.
M
t1 = t2
lhs M
t1
Fails if the term is not an equation.
boolSyntax.rhs, boolSyntax.dest_eq, boolSyntax.mk_eq
boolSyntax.rhs
boolSyntax.dest_eq
boolSyntax.mk_eq