Skip to content

Commit

Permalink
Unify post-condition verification types and functions.
Browse files Browse the repository at this point in the history
We don't need to pattern match on different types of failures: we only
need to be able to pretty-print any failures that occur.

Therefore, we can remove the outer algebraic types, which are just
boilerplate, and generalize the way in which we represent verification
failures.
  • Loading branch information
jonathanknowles committed Oct 26, 2021
1 parent 39d6d24 commit 0b465ad
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 156 deletions.

0 comments on commit 0b465ad

Please sign in to comment.