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
Right now you can't just use == on an ADT. You can get around this by writing your own equality predicate, but this is some of the most tedious code you will ever write. We should automatically generate these predicates like we generate some ADT print functions.
The text was updated successfully, but these errors were encountered:
Right now you can't just use
==
on an ADT. You can get around this by writing your own equality predicate, but this is some of the most tedious code you will ever write. We should automatically generate these predicates like we generate some ADT print functions.The text was updated successfully, but these errors were encountered: