-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce OverrideEnv' to OverrideMatcher'
This patch adds a `ReaderT` component to the `OverrideMatcher'` monad transformer, where the reader portions are represented with the new `OverrideEnv'` data type. Currently, the only field of `OverrideEnv'` is `_oeConditionalPred`, which is used to represent a path condition for any assumptions or assertions created in a specification. See `Note [oeConditionalPred]` for a lengthier explanation. While introducing this does require a fair bit of refactoring, this patch in isolation does not change any user-visible behavior. In a subsequent commit, we will leverage `oeConditionalPred` to introduce a fix for #1945.
- Loading branch information
1 parent
6ff9711
commit 467810b
Showing
5 changed files
with
199 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.