-
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.
Fix unification case between inj and function (#544)
Fix for runtimeverification/kontrol#418 The issue discovered was the failed unification of ``` inj{SortInt{}, SortGas{}}("0") ``` with ``` #if_#then_#else_#fi_K-EQUAL-SYNTAX_Sort_Bool_Sort_Sort( "false", inj{SortInt{},SortGas{}}("0"), inj{SortInt{},SortGas{}}("0") ) ``` which should instead be indeterminate, as the `ite` does in fact evaluate to `inj{SortInt{},SortGas{}}("0")`
- Loading branch information
1 parent
ef22c88
commit 8c26ad4
Showing
2 changed files
with
37 additions
and
27 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