lhs : term -> term
SYNOPSIS
Returns the left-hand side of an equation.
DESCRIBE
If
M
has the form
t1 = t2
then
lhs M
returns
t1
.
FAILURE
Fails if the term is not an equation.
SEEALSO
rhs
,
dest_eq
,
mk_eq
HOL
Kananaskis 0