Replies: 1 comment 2 replies
-
Would be possible to do, but would probably require a new way of asking for this to be checked because
as a separate top-level check it could do |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The SMT
$counterexample
feature can be used to check the equivalence of two pure functions quite easily:That works fine, but how would you do this for impure functions that write to
registers
? For example:Obviously this isn't correct because it's just checking
() == ()
. Is there a way to make it actually work? Maybe this can be done with the Coq output?Beta Was this translation helpful? Give feedback.
All reactions