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
Marianna Rapoport
iris-coq
Commits
bbec6617
Commit
bbec6617
authored
Jun 16, 2016
by
Robbert Krebbers
Browse files
Fix some Params instances.
parent
cca375a0
Changes
3
Hide whitespace changes
Inline
Side-by-side
heap_lang/heap.v
View file @
bbec6617
...
...
@@ -36,7 +36,11 @@ Section definitions.
Global
Instance
heap_ctx_persistent
N
:
PersistentP
(
heap_ctx
N
).
Proof
.
apply
_
.
Qed
.
End
definitions
.
Typeclasses
Opaque
heap_ctx
heap_mapsto
.
Instance
:
Params
(@
heap_inv
)
1
.
Instance
:
Params
(@
heap_mapsto
)
4
.
Instance
:
Params
(@
heap_ctx
)
2
.
Notation
"l ↦{ q } v"
:
=
(
heap_mapsto
l
q
v
)
(
at
level
20
,
q
at
level
50
,
format
"l ↦{ q } v"
)
:
uPred_scope
.
...
...
program_logic/auth.v
View file @
bbec6617
...
...
@@ -41,9 +41,9 @@ Section definitions.
End
definitions
.
Typeclasses
Opaque
auth_own
auth_ctx
.
Instance
:
Params
(@
auth_inv
)
6
.
Instance
:
Params
(@
auth_own
)
6
.
Instance
:
Params
(@
auth_ctx
)
7
.
Instance
:
Params
(@
auth_inv
)
5
.
Instance
:
Params
(@
auth_own
)
5
.
Instance
:
Params
(@
auth_ctx
)
6
.
Section
auth
.
Context
`
{
AuthI
:
authG
Λ
Σ
A
}.
...
...
program_logic/sts.v
View file @
bbec6617
...
...
@@ -46,6 +46,7 @@ Section definitions.
Global
Instance
sts_ctx_persistent
N
φ
:
PersistentP
(
sts_ctx
N
φ
).
Proof
.
apply
_
.
Qed
.
End
definitions
.
Typeclasses
Opaque
sts_own
sts_ownS
sts_ctx
.
Instance
:
Params
(@
sts_inv
)
5
.
Instance
:
Params
(@
sts_ownS
)
5
.
...
...
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