Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Actris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Iris
Actris
Commits
7a449ae5
Commit
7a449ae5
authored
4 years ago
by
Jonas Kastberg
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.mpi-sws.org/iris/actris
parents
d1f06c73
5d799b6f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#34159
passed
4 years ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
opam
+1
-1
1 addition, 1 deletion
opam
theories/logrel/examples/double.v
+2
-2
2 additions, 2 deletions
theories/logrel/examples/double.v
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
2
−
2
View file @
7a449ae5
...
...
@@ -27,10 +27,10 @@ variables:
## Build jobs
build-coq.8.1
1.2
:
build-coq.8.1
2.0
:
<<
:
*template
variables
:
OPAM_PINS
:
"
coq
version
8.1
1.2
"
OPAM_PINS
:
"
coq
version
8.1
2.0
"
DENY_WARNINGS
:
"
1"
build-iris.dev
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
7a449ae5
...
...
@@ -7,7 +7,7 @@ at POPL'20.
It has been built and tested with the following dependencies
-
Coq 8.1
1.2
-
Coq 8.1
2.0
-
The version of Iris in the
[
opam file
](
opam
)
In order to build, install the above dependencies and then run
...
...
This diff is collapsed.
Click to expand it.
opam
+
1
−
1
View file @
7a449ae5
...
...
@@ -9,5 +9,5 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/actris" ]
depends: [
"coq-iris" { (= "dev.2020-09-
03.1.7dd1b9af
") | (= "dev") }
"coq-iris" { (= "dev.2020-09-
15.3.986a8883
") | (= "dev") }
]
This diff is collapsed.
Click to expand it.
theories/logrel/examples/double.v
+
2
−
2
View file @
7a449ae5
...
...
@@ -113,10 +113,10 @@ Section double.
-
iIntros
(
v1
v2
)
"[[[H1 Hγ]|H1] [[H2 Hγ']|H2]] !>"
.
+
by
iDestruct
(
own_valid_2
with
"Hγ Hγ'"
)
as
%
[]
.
+
iDestruct
"H2"
as
(
v2'
)
"(_&H1'&HP)"
.
iDestruct
(
own_valid_2
with
"H1 H1'"
)
as
%
[_
[
=->
]
%
agree_op_invL
'
]
.
iDestruct
(
own_valid_2
with
"H1 H1'"
)
as
%
[_
[
=->
]
%
to_
agree_op_inv
_
L
]
.
iApply
"HΦ"
;
auto
.
+
iDestruct
"H1"
as
(
v1'
)
"(_&H2'&HP)"
.
iDestruct
(
own_valid_2
with
"H2 H2'"
)
as
%
[_
[
=->
]
%
agree_op_invL
'
]
.
iDestruct
(
own_valid_2
with
"H2 H2'"
)
as
%
[_
[
=->
]
%
to_
agree_op_inv
_
L
]
.
iApply
"HΦ"
;
auto
.
+
iDestruct
"H1"
as
(
v1'
)
"[H1 _]"
;
iDestruct
"H2"
as
(
v2'
)
"(_&H2&_)"
.
by
iDestruct
(
own_valid_2
with
"H1 H2"
)
as
%
[]
.
...
...
This diff is collapsed.
Click to expand it.
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