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
Iris
Iris
Commits
137c80e9
Commit
137c80e9
authored
Jan 11, 2017
by
Robbert Krebbers
Browse files
Remove spurious constRF.
parent
adac2c8b
Pipeline
#3702
passed with stage
in 4 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/heap_lang/lib/counter.v
View file @
137c80e9
...
...
@@ -85,10 +85,10 @@ End mono_proof.
Class
ccounterG
Σ
:
=
CCounterG
{
ccounter_inG
:
>
inG
Σ
(
authR
(
optionUR
(
prodR
fracR
natR
)))
}.
Definition
ccounter
Σ
:
gFunctors
:
=
#[
GFunctor
(
constRF
(
authR
(
optionUR
(
prodR
fracR
natR
)))
)
].
#[
GFunctor
(
authR
(
optionUR
(
prodR
fracR
natR
)))].
Instance
subG_ccounter
Σ
{
Σ
}
:
subG
ccounter
Σ
Σ
→
ccounterG
Σ
.
Proof
.
intros
[?%
subG_inG
_
]%
subG_inv
.
split
;
apply
_
.
Qed
.
Proof
.
solve_inG
.
Qed
.
Section
contrib_spec
.
Context
`
{!
heapG
Σ
,
!
ccounterG
Σ
}
(
N
:
namespace
).
...
...
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