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
970cdc4a
Commit
970cdc4a
authored
5 years ago
by
Dan Frumin
Browse files
Options
Downloads
Patches
Plain Diff
bump guix.scm
parent
3258d3a8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#17338
failed
5 years ago
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
guix.scm
+7
-5
7 additions, 5 deletions
guix.scm
theories/logic/spec_rules.v
+1
-2
1 addition, 2 deletions
theories/logic/spec_rules.v
with
8 additions
and
7 deletions
guix.scm
+
7
−
5
View file @
970cdc4a
...
...
@@ -30,10 +30,10 @@
#
:use-module
(
gnu
packages
coq
)
#
:use-module
((
guix
licenses
)
#
:prefix
license:
))
(
define
stdpp-commit
"
f8719169e3ed75123d88c59d292ddd0972351ad3
"
)
(
define
stdpp-sha256
(
base32
"0
fb7vj5l8j8ms7v3ag74i61q8hygc8w692dlfyli9vxbds7ff7lc
"
))
;; sha256 hash of the specific std++ checkout
(
define
iris-commit
"
c9984c7fc0b2067b11012099ce7884c
981e492e
d
"
)
(
define
iris-sha256
(
base32
"1
lf3k6h2jc26r3ns44qnd4l9b769a2bx17xc3fni6m39y8w5h0py
"
))
;; sha256 hash of the specific std++ checkout
(
define
stdpp-commit
"
c8dbb063cffe6275a75218d377c3174538396670
"
)
(
define
stdpp-sha256
(
base32
"0
jn820ahfdnbqax3iaqg2c3d9bd5x0w9mb3r7a6f8lszrg1hll26
"
))
;; sha256 hash of the specific std++ checkout
(
define
iris-commit
"
31bf88ff46fd8
981
5
e49
dd22dbc5fea4a77fb6
2e"
)
(
define
iris-sha256
(
base32
"1
avarky1lzpzjypjwfjifl26p69nygn7g7r3ry1jkxj2w3ilh8bi
"
))
;; sha256 hash of the specific std++ checkout
(
define
%source-dir
(
dirname
(
current-filename
)))
(
define-public
coq-stdpp
...
...
@@ -97,8 +97,9 @@
;; need diff for tests
(
"diffutils"
,
diffutils
)
(
"coq"
,
coq
)
(
"coq-stdpp"
,
coq-stdpp
)
(
"camlp5"
,
camlp5
)))
(
propagated-inputs
`
((
"coq-stdpp"
,
coq-stdpp
)))
(
arguments
`
(
#
:tests?
#f
#
:phases
...
...
@@ -123,6 +124,7 @@
#
:select?
(
git-predicate
%source-dir
)))
(
build-system
gnu-build-system
)
;; We propogate all the inputs, because then it's just easier to set up the dev environment
(
inputs
`
((
"coq"
,
coq
)))
(
propagated-inputs
`
((
"coq"
,
coq
)
(
"coq-autosubst"
,
coq-autosubst
)
...
...
This diff is collapsed.
Click to expand it.
theories/logic/spec_rules.v
+
1
−
2
View file @
970cdc4a
...
...
@@ -133,8 +133,7 @@ Section rules.
iFrame
.
iApply
"Hclose"
.
iNext
.
iExists
(
<
[
j
:=
fill
K
#
()]
>
tp
),
σ
.
rewrite
to_tpool_insert'
;
last
eauto
.
iFrame
.
iPureIntro
.
eapply
rtc_r
,
step_insert_no_fork
;
eauto
.
econstructor
;
eauto
.
econstructor
;
eauto
.
eapply
rtc_r
,
step_insert_no_fork
;
eauto
.
do
2
econstructor
;
eauto
.
Qed
.
(** Alloc, load, and store *)
...
...
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