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
Pierre-Marie Pédrot
Iris
Commits
1b56406c
Commit
1b56406c
authored
Aug 09, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarify inG comment; fix subG instance name
parent
46087950
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
program_logic/ghost_ownership.v
program_logic/ghost_ownership.v
+1
-1
program_logic/model.v
program_logic/model.v
+1
-1
No files found.
program_logic/ghost_ownership.v
View file @
1b56406c
...
...
@@ -4,7 +4,7 @@ Import uPred.
(** The class [inG Σ A] expresses that the CMRA [A] is in the list of functors
[Σ]. This class is similar to the [subG] class, but written down in terms of
individual CMRAs instead of
lists of CMRA functors
. This additional class is
individual CMRAs instead of
(lists of) CMRA *functors*
. This additional class is
needed because Coq is otherwise unable to solve type class constraints due to
higher-order unification problems. *)
Class
inG
(
Σ
:
gFunctors
)
(
A
:
cmraT
)
:
=
...
...
program_logic/model.v
View file @
1b56406c
...
...
@@ -101,7 +101,7 @@ Proof.
move
=>
H
i
;
move
:
H
=>
/(
_
i
)
[
j
?].
exists
(
Fin
.
L
_
j
).
by
rewrite
/=
fin_plus_inv_L
.
Qed
.
Instance
inGF
_app_r
Σ
Σ
1
Σ
2
:
subG
Σ
Σ
2
→
subG
Σ
(
gFunctors
.
app
Σ
1
Σ
2
).
Instance
subG
_app_r
Σ
Σ
1
Σ
2
:
subG
Σ
Σ
2
→
subG
Σ
(
gFunctors
.
app
Σ
1
Σ
2
).
Proof
.
move
=>
H
i
;
move
:
H
=>
/(
_
i
)
[
j
?].
exists
(
Fin
.
R
_
j
).
by
rewrite
/=
fin_plus_inv_R
.
...
...
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