You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Norbert Preining edited this page Oct 6, 2017
·
1 revision
==
The predicate == is a binary operator defined for each visible sort
and is defined in terms of evaluation. That is, for ground terms t
and t' of the same sort, t == t' evaluates to true iff terms
reduce to a common term. This is different from the equational =
which specifies the equality of the theory.