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
Rice Wine
Iris
Commits
93eb2615
Commit
93eb2615
authored
Oct 09, 2017
by
Ralf Jung
Browse files
update std++; add test for solve_proper
parent
061e6bf2
Changes
3
Hide whitespace changes
Inline
Side-by-side
_CoqProject
View file @
93eb2615
...
...
@@ -79,14 +79,6 @@ theories/heap_lang/lib/barrier/protocol.v
theories/heap_lang/lib/barrier/proof.v
theories/heap_lang/proofmode.v
theories/heap_lang/adequacy.v
theories/tests/heap_lang.v
theories/tests/one_shot.v
theories/tests/joining_existentials.v
theories/tests/proofmode.v
theories/tests/barrier_client.v
theories/tests/list_reverse.v
theories/tests/tree_sum.v
theories/tests/ipm_paper.v
theories/proofmode/strings.v
theories/proofmode/tokens.v
theories/proofmode/coq_tactics.v
...
...
@@ -98,3 +90,12 @@ theories/proofmode/tactics.v
theories/proofmode/notation.v
theories/proofmode/classes.v
theories/proofmode/class_instances.v
theories/tests/heap_lang.v
theories/tests/one_shot.v
theories/tests/joining_existentials.v
theories/tests/proofmode.v
theories/tests/barrier_client.v
theories/tests/list_reverse.v
theories/tests/tree_sum.v
theories/tests/ipm_paper.v
theories/tests/algebra.v
opam
View file @
93eb2615
...
...
@@ -12,5 +12,5 @@ remove: ["sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris'"]
depends: [
"coq" { >= "8.6.1" & < "8.8~" }
"coq-mathcomp-ssreflect" { (>= "1.6.1" & < "1.7~") | (= "dev") }
"coq-stdpp" { (= "dev.2017-
09-2
9.0") | (= "dev") }
"coq-stdpp" { (= "dev.2017-
10-0
9.0") | (= "dev") }
]
theories/tests/algebra.v
0 → 100644
View file @
93eb2615
From
iris
.
base_logic
.
lib
Require
Import
invariants
.
Section
tests
.
Context
`
{
invG
Σ
}.
Program
Definition
test
:
(
iProp
Σ
-
n
>
iProp
Σ
)
-
n
>
(
iProp
Σ
-
n
>
iProp
Σ
)
:
=
λ
ne
P
v
,
(
▷
(
P
v
))%
I
.
Solve
Obligations
with
solve_proper
.
End
tests
.
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