Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rice Wine
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 Σ := {
...
@@ -15,6 +15,7 @@ Instance heapG_irisG `{heapG Σ} : irisG heap_lang Σ := {
iris_invG
:
=
heapG_invG
;
iris_invG
:
=
heapG_invG
;
state_interp
:
=
gen_heap_ctx
state_interp
:
=
gen_heap_ctx
}.
}.
Global
Opaque
iris_invG
.
(** Override the notations so that scopes and coercions work out *)
(** Override the notations so that scopes and coercions work out *)
Notation
"l ↦{ q } v"
:
=
(
mapsto
(
L
:
=
loc
)
(
V
:
=
val
)
l
q
v
%
V
)
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 Σ := {
...
@@ -15,6 +15,7 @@ Instance ownPG_irisG `{ownPG' Λstate Σ} : irisG' Λstate Σ := {
iris_invG
:
=
ownP_invG
;
iris_invG
:
=
ownP_invG
;
state_interp
σ
:
=
own
ownP_name
(
●
(
Excl'
(
σ
:
leibnizC
Λ
state
)))
state_interp
σ
:
=
own
ownP_name
(
●
(
Excl'
(
σ
:
leibnizC
Λ
state
)))
}.
}.
Global
Opaque
iris_invG
.
Definition
ownP
Σ
(
Λ
state
:
Type
)
:
gFunctors
:
=
Definition
ownP
Σ
(
Λ
state
:
Type
)
:
gFunctors
:
=
#[
inv
Σ
;
#[
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