Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
semantics-course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
FP
semantics-course
Commits
954ca865
Verified
Commit
954ca865
authored
4 months ago
by
Lennard Gäher
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
347ae8ed
No related branches found
No related tags found
No related merge requests found
Pipeline
#113020
failed
4 months ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_CoqProject
+2
-0
2 additions, 0 deletions
_CoqProject
semantics.opam
+3
-3
3 additions, 3 deletions
semantics.opam
theories/program_logics/program_logic/adequacy.v
+1
-1
1 addition, 1 deletion
theories/program_logics/program_logic/adequacy.v
with
6 additions
and
4 deletions
_CoqProject
+
2
−
0
View file @
954ca865
...
...
@@ -8,6 +8,8 @@
-arg -w -arg -redundant-canonical-projection
# we use Restart for demoing purposes, sometimes
-arg -w -arg -undo-batch-mode
# https://gitlab.mpi-sws.org/iris/stdpp/-/issues/216
-arg -w -arg -notation-incompatible-prefix
# library stuff
theories/lib/maps.v
...
...
This diff is collapsed.
Click to expand it.
semantics.opam
+
3
−
3
View file @
954ca865
...
...
@@ -9,10 +9,10 @@ bug-reports: "https://gitlab.mpi-sws.org/FP/semantics-course/issues"
version: "dev"
depends: [
"coq" { (>= "8.
19
" & < "8.21~") | (= "dev") }
"coq" { (>= "8.
20
" & < "8.21~") | (= "dev") }
"coq-iris-heap-lang" { (= "dev.2024-12-06.1.72e683c9") | (= "dev") }
"coq-equations" { (= "1.3+8.19") | (= "1.3+8.20") }
"coq-autosubst" { (= "1.
8
") | (= "dev") }
"coq-equations" { (= "1.3+8.19") | (= "1.3
.1
+8.20") }
"coq-autosubst" { (= "1.
9
") | (= "dev") }
]
build: [make "-j%{jobs}%"]
...
...
This diff is collapsed.
Click to expand it.
theories/program_logics/program_logic/adequacy.v
+
1
−
1
View file @
954ca865
...
...
@@ -48,7 +48,7 @@ Proof.
iApply
(
step_fupd_wand
with
"H"
)
.
iIntros
">($ & He2 & -> & ->) !>"
.
rewrite
!
app_nil_r
;
iFrame
.
iPureIntro
;
split
;
first
done
.
rewrite
!
app_
length
;
simpl
;
lia
.
rewrite
!
length
_app
;
simpl
;
lia
.
Qed
.
Lemma
wptp_steps
s
n
es1
es2
κs
σ1
σ2
Φs
:
...
...
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