Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
George Pirlea
Iris
Commits
2c759645
Commit
2c759645
authored
May 17, 2018
by
Robbert Krebbers
Browse files
Move `Opaque iris_invG` to the appropriate place.
parent
7a7e1d22
Changes
2
Hide whitespace changes
Inline
Side-by-side
theories/heap_lang/lifting.v
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
)
...
...
theories/program_logic/weakestpre.v
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
.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment