-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Revert #362 ~and #377~ * #362 causes Kore to return spurious branches when branching at depth 0. It looks like we must simplify the fallback state, because Kore will not do it in this case. Alternatively, we need to modify Kore to call the simplifier in the input state. * ~#377 causes #401. In the state that is simplified to Bottom by `kore-rpc-booster` there's a number of `==K` between `Bytes` functions and `Bytes` domain value. It may be that our new `==K` simplifier on Booster is not doing the right thing. It also may be that it does! Needs further investigation.~ this has been fixed in #404 --------- Co-authored-by: Jost Berthold <jost.berthold@gmail.com>
- Loading branch information
Showing
3 changed files
with
356 additions
and
361 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
Oops, something went wrong.