-
Notifications
You must be signed in to change notification settings - Fork 45
Change the representation of reachability claims, part 1 #2007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rv-jenkins
merged 30 commits into
runtimeverification:master
from
ana-pantilie:change-representation-of-claims
Jul 30, 2020
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
16ef91d
Add module and datatype ClaimPattern
ana-pantilie 19c1a8b
ClaimPattern: onePathRuleToTerm
ana-pantilie 0d9cf80
ClaimPattern: allPathRuleToTerm
ana-pantilie 6cf54fe
ClaimPattern: add missing instances
ana-pantilie 6bfe65d
ClaimPattern: ReachabilityRule
ana-pantilie 3fac67a
ClaimPattern: FreeVariables
ana-pantilie 9be3816
Merge remote-tracking branch 'upstream/master' into change-representa…
ana-pantilie 5faacd3
Rule.Expand: update to ClaimPattern
ana-pantilie 256c30f
Rule.Simplify: add functionality for ClaimPattern
ana-pantilie 058f1ab
Step.Rule: parse reachability claims to ClaimPattern
ana-pantilie 12b61ca
Integrate old claim representation back
ana-pantilie 6f9880d
Step.Rule.Expand: refactor instance for ClaimPattern
ana-pantilie 52d5380
Step.Rule.Simplify: refactor instance for ClaimPattern
ana-pantilie be962b3
ClaimPattern: functions to construct ClaimPatterns
ana-pantilie cd886e3
Test.Step.Rule.Expand: add tests for ClaimPattern
ana-pantilie 17c94ec
Test.Step.Rule: add Common.hs + add tests for ClaimPattern in Simplif…
ana-pantilie 81cd449
Test.Step.Rule: fix sort issues
ana-pantilie f25410b
Test.Step.Rule: remove class specific to old OnePathRule
ana-pantilie 4e27c08
Test.Step.Rule.Simplify: hlint workaround
ana-pantilie c263eee
Test.Step.Rule.Simplify: hlint workaround
ana-pantilie cdfd7ee
Test.Step.Rule.Simplify: fix unit test
ana-pantilie 49d435c
HLint
ana-pantilie 82c6c6c
Clean-up
ana-pantilie 854f338
Merge branch 'master' into change-representation-of-claims
ana-pantilie 89d4a32
Fix ClaimPattern right hand side free variables bug
ana-pantilie 6eaf5c1
Fix ClaimPattern unparsing bug
ana-pantilie deb9abd
Kore.Step.Rule.Expand: Remove redundant State field
ttuegel 5f866d4
Test.Kore.Step.Rule.Expand: Separate old and new tests
ttuegel 03f9f85
Address review comments
ana-pantilie dcff39c
Merge branch 'master' into change-representation-of-claims
ana-pantilie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not
From (Substitution variable) (Conditional variable ())? Or at least, there should be a direct instance.