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
Posting a PR soon. The bad lemma is working due to a bad simplification step in the normalizer, which considers that f is universally true, so it's ok to rewrite f (-1) to True, failing of course to consider that nat is not int.
The text was updated successfully, but these errors were encountered:
Posting a PR soon. The
bad
lemma is working due to a bad simplification step in the normalizer, which considers thatf
is universally true, so it's ok to rewritef (-1)
toTrue
, failing of course to consider thatnat
is notint
.The text was updated successfully, but these errors were encountered: