Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonas Kastberg
iris
Commits
4800d9e2
Commit
4800d9e2
authored
Dec 09, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make iris_invG Opaque so that simpl does not unfold it.
parent
5a0f9ffa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
heap_lang/rules.v
heap_lang/rules.v
+1
-0
program_logic/ownp.v
program_logic/ownp.v
+1
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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