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
Rice Wine
Iris
Commits
4800d9e2
Commit
4800d9e2
authored
Dec 09, 2016
by
Robbert Krebbers
Browse files
Make iris_invG Opaque so that simpl does not unfold it.
parent
5a0f9ffa
Changes
2
Hide whitespace changes
Inline
Side-by-side
heap_lang/rules.v
View file @
4800d9e2
...
...
@@ -15,6 +15,7 @@ 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
)
...
...
program_logic/ownp.v
View file @
4800d9e2
...
...
@@ -15,6 +15,7 @@ Instance ownPG_irisG `{ownPG' Λstate Σ} : irisG' Λstate Σ := {
iris_invG
:
=
ownP_invG
;
state_interp
σ
:
=
own
ownP_name
(
●
(
Excl'
(
σ
:
leibnizC
Λ
state
)))
}.
Global
Opaque
iris_invG
.
Definition
ownP
Σ
(
Λ
state
:
Type
)
:
gFunctors
:
=
#[
inv
Σ
;
...
...
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