Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yixuan Chen
Iris
Commits
71893848
Commit
71893848
authored
2 years ago
by
Ralf Jung
Committed by
Robbert Krebbers
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Apply 2 suggestion(s) to 1 file(s)
parent
6bd3537f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iris/algebra/proofmode_classes.v
+2
-2
2 additions, 2 deletions
iris/algebra/proofmode_classes.v
with
2 additions
and
2 deletions
iris/algebra/proofmode_classes.v
+
2
−
2
View file @
71893848
...
...
@@ -22,10 +22,10 @@ To achieve this, there are various classes with different modes:
combine/merge evars. This class has only one direct instance
[IsOp (a ⋅ b) a b] with priority 100 (so it is used last), ensuring that the
"op" rule is used last when merging.
- [IsOp' a b1 b2]. This class requires either [a] OR [b1] and [b2] to be inputs.
- [IsOp' a b1 b2]. This class requires either [a] OR
both
[b1] and [b2] to be inputs.
All usual instances should be of this class to avoid loops.
- [IsOp'LR a b1 b2]. This class requires [a] to be an input and has just one
instance [IsOp'LR (a ⋅ b) a b] with
priority
0. This ensures that the "op"
instance [IsOp'LR (a ⋅ b) a b] with
cost
0. This ensures that the "op"
rule is used first when splitting.
*)
Class
IsOp
{
A
:
cmra
}
(
a
b1
b2
:
A
)
:=
is_op
:
a
≡
b1
⋅
b2
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment