Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
William Mansky
Iris
Commits
8bfac1ad
Commit
8bfac1ad
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.mpi-sws.org:FP/iris-coq
parents
6c6f5755
126d54c3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
43
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tests/joining_existentials.v
+1
-1
1 addition, 1 deletion
tests/joining_existentials.v
tests/one_shot.v
+1
-1
1 addition, 1 deletion
tests/one_shot.v
tests/proofmode.v
+1
-1
1 addition, 1 deletion
tests/proofmode.v
with
3 additions
and
3 deletions
tests/joining_existentials.v
+
1
−
1
View file @
8bfac1ad
...
...
@@ -3,7 +3,7 @@ From iris.heap_lang Require Export lang.
From
iris
.
algebra
Require
Import
excl
agree
csum
.
From
iris
.
heap_lang
.
lib
.
barrier
Require
Import
proof
specification
.
From
iris
.
heap_lang
Require
Import
notation
par
proofmode
.
From
iris
.
proofmode
Require
Import
invariant
s
.
From
iris
.
proofmode
Require
Import
tactic
s
.
Definition
one_shotR
(
Σ
:
gFunctors
)
(
F
:
cFunctor
)
:=
csumR
(
exclR
unitC
)
(
agreeR
$
laterC
$
F
(
iPreProp
Σ
))
.
...
...
This diff is collapsed.
Click to expand it.
tests/one_shot.v
+
1
−
1
View file @
8bfac1ad
...
...
@@ -2,7 +2,7 @@ From iris.program_logic Require Export weakestpre hoare.
From
iris
.
heap_lang
Require
Export
lang
.
From
iris
.
algebra
Require
Import
excl
dec_agree
csum
.
From
iris
.
heap_lang
Require
Import
assert
proofmode
notation
.
From
iris
.
proofmode
Require
Import
invariant
s
.
From
iris
.
proofmode
Require
Import
tactic
s
.
Definition
one_shot_example
:
val
:=
λ
:
<>
,
let
:
"x"
:=
ref
NONE
in
(
...
...
This diff is collapsed.
Click to expand it.
tests/proofmode.v
+
1
−
1
View file @
8bfac1ad
From
iris
.
proofmode
Require
Import
tactics
.
From
iris
.
pro
ofmode
Require
Import
pviewshifts
invariants
.
From
iris
.
pro
gram_logic
Require
Import
invariants
.
Lemma
demo_0
{
M
:
ucmraT
}
(
P
Q
:
uPred
M
)
:
□
(
P
∨
Q
)
⊢
(
∀
x
,
x
=
0
∨
x
=
1
)
→
(
Q
∨
P
)
.
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment