-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dm4f: M not quite a synonym for Tot #710
Comments
@kyoDralliam was looking at this and it seems a problem with the way M is encoded to the SMT solver. |
More precisely, M is encoded in the SMT solver query as a non total effect. |
Fixed by the introduction of the |
If this is fixed we should consider moving the monad laws from |
Switching from
Tot
toM
causes 3 of my previous ifc proofs to fail. For instance, the following code works withTot
, but does not work withM
:The text was updated successfully, but these errors were encountered: