Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ReLoC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
ReLoC
Commits
bbd59d64
Commit
bbd59d64
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
update dependencies
parent
2888411f
No related branches found
No related tags found
No related merge requests found
Pipeline
#39491
passed
4 years ago
Changes
2
Pipelines
12
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
opam
+1
-1
1 addition, 1 deletion
opam
theories/examples/par.v
+1
-1
1 addition, 1 deletion
theories/examples/par.v
with
2 additions
and
2 deletions
opam
+
1
−
1
View file @
bbd59d64
...
...
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/reloc"]
depends: [
"coq-iris-heap-lang" { (= "dev.2020-1
1-26.2.03b317f4
") | (= "dev") }
"coq-iris-heap-lang" { (= "dev.2020-1
2-04.7.68955c65
") | (= "dev") }
"coq-autosubst" { = "dev" }
]
This diff is collapsed.
Click to expand it.
theories/examples/par.v
+
1
−
1
View file @
bbd59d64
...
...
@@ -130,7 +130,7 @@ Section rules.
rewrite
refines_eq
/
refines_def
.
rewrite
fill_app
.
iMod
(
"Ht"
with
"Hspec Hj"
)
as
"Ht"
.
rewrite
wp_value_
inv
.
iMod
"Ht"
as
(?)
"[Ht [_ ->]]"
.
rewrite
wp_value_
fupd
.
iMod
"Ht"
as
(?)
"[Ht [_ ->]]"
.
wp_pures
.
iExists
#
()
.
eauto
with
iFrame
.
Qed
.
...
...
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