Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Abhishek Anand
Iris
Commits
2c759645
Commit
2c759645
authored
6 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Move `Opaque iris_invG` to the appropriate place.
parent
7a7e1d22
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theories/heap_lang/lifting.v
+0
-1
0 additions, 1 deletion
theories/heap_lang/lifting.v
theories/program_logic/weakestpre.v
+1
-0
1 addition, 0 deletions
theories/program_logic/weakestpre.v
with
1 addition
and
1 deletion
theories/heap_lang/lifting.v
+
0
−
1
View file @
2c759645
...
...
@@ -16,7 +16,6 @@ Instance heapG_irisG `{heapG Σ} : irisG heap_lang Σ := {
iris_invG
:=
heapG_invG
;
state_interp
:=
gen_heap_ctx
}
.
Global
Opaque
iris_invG
.
(** Override the notations so that scopes and coercions work out *)
Notation
"l ↦{ q } v"
:=
(
mapsto
(
L
:=
loc
)
(
V
:=
val
)
l
q
v
%
V
)
...
...
This diff is collapsed.
Click to expand it.
theories/program_logic/weakestpre.v
+
1
−
0
View file @
2c759645
...
...
@@ -9,6 +9,7 @@ Class irisG' (Λstate : Type) (Σ : gFunctors) := IrisG {
state_interp
:
Λstate
→
iProp
Σ
;
}
.
Notation
irisG
Λ
Σ
:=
(
irisG'
(
state
Λ
)
Σ
)
.
Global
Opaque
iris_invG
.
Inductive
stuckness
:=
NotStuck
|
MaybeStuck
.
...
...
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