Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
9aa9b311
Commit
9aa9b311
authored
Oct 10, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.mpi-sws.org:FP/iris-coq
parents
0a81f4ef
121a4a75
Pipeline
#2809
passed with stage
in 9 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
algebra/sts.v
algebra/sts.v
+5
-0
program_logic/sts.v
program_logic/sts.v
+4
-0
No files found.
algebra/sts.v
View file @
9aa9b311
...
@@ -376,6 +376,11 @@ Proof.
...
@@ -376,6 +376,11 @@ Proof.
eapply
closed_steps
,
Hsup
;
first
done
.
set_solver
+
Hs'
.
eapply
closed_steps
,
Hsup
;
first
done
.
set_solver
+
Hs'
.
Qed
.
Qed
.
Global
Instance
sts_frag_peristent
S
:
Persistent
(
sts_frag
S
∅
).
Proof
.
constructor
;
split
=>
//=
[[??]].
by
rewrite
/
dra
.
dra_core
/=
sts
.
up_closed
.
Qed
.
(** Inclusion *)
(** Inclusion *)
(* This is surprisingly different from to_validity_included. I am not sure
(* This is surprisingly different from to_validity_included. I am not sure
whether this is because to_validity_included is non-canonical, or this
whether this is because to_validity_included is non-canonical, or this
...
...
program_logic/sts.v
View file @
9aa9b311
...
@@ -44,6 +44,10 @@ Section definitions.
...
@@ -44,6 +44,10 @@ Section definitions.
Proof
.
solve_proper
.
Qed
.
Proof
.
solve_proper
.
Qed
.
Global
Instance
sts_ctx_persistent
N
φ
:
PersistentP
(
sts_ctx
N
φ
).
Global
Instance
sts_ctx_persistent
N
φ
:
PersistentP
(
sts_ctx
N
φ
).
Proof
.
apply
_
.
Qed
.
Proof
.
apply
_
.
Qed
.
Global
Instance
sts_own_peristent
s
:
PersistentP
(
sts_own
s
∅
).
Proof
.
apply
_
.
Qed
.
Global
Instance
sts_ownS_peristent
S
:
PersistentP
(
sts_ownS
S
∅
).
Proof
.
apply
_
.
Qed
.
End
definitions
.
End
definitions
.
Typeclasses
Opaque
sts_own
sts_ownS
sts_inv
sts_ctx
.
Typeclasses
Opaque
sts_own
sts_ownS
sts_inv
sts_ctx
.
...
...
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