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
d368258a
Verified
Commit
d368258a
authored
2 months ago
by
Lennard Gäher
Browse files
Options
Downloads
Patches
Plain Diff
bump iris
parent
05ec7cc9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#121831
failed
12 hours ago
Stage: build
Changes
2
Pipelines
63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
semantics.opam
+1
-1
1 addition, 1 deletion
semantics.opam
theories/program_logics/program_logic/notation.v
+8
-9
8 additions, 9 deletions
theories/program_logics/program_logic/notation.v
with
9 additions
and
10 deletions
semantics.opam
+
1
−
1
View file @
d368258a
...
...
@@ -10,7 +10,7 @@ version: "dev"
depends: [
"coq" { (>= "8.20" & < "8.21~") | (= "dev") }
"coq-iris-heap-lang" { (= "dev.202
4-12-06.1.72e683c9
") | (= "dev") }
"coq-iris-heap-lang" { (= "dev.202
5-02-27.1.c773500a
") | (= "dev") }
"coq-equations" { (= "1.3.1+8.20") }
"coq-autosubst" { (= "1.9") | (= "dev") }
]
...
...
This diff is collapsed.
Click to expand it.
theories/program_logics/program_logic/notation.v
+
8
−
9
View file @
d368258a
...
...
@@ -43,27 +43,26 @@ Notation "'WP' e ? {{ Φ } }" := (wp MaybeStuck ⊤ ⊤ e%E Φ)
(
at
level
20
,
e
,
Φ
at
level
200
,
only
parsing
)
:
bi_scope
.
Notation
"'WP' e @ s ; E1 ; E2 {{ v , Q } }"
:=
(
wp
s
E1
E2
e
%
E
(
λ
v
,
Q
))
(
at
level
20
,
e
,
Q
at
level
200
,
(
at
level
20
,
e
,
Q
at
level
200
,
v
at
level
200
as
pattern
,
format
"'[hv' 'WP' e '/' @ '[' s ; '/' E1 ; '/' E2 ']' '/' {{ '[' v , '/' Q ']' } } ']'"
)
:
bi_scope
.
Notation
"'WP' e @ E1 ; E2 {{ v , Q } }"
:=
(
wp
NotStuck
E1
E2
e
%
E
(
λ
v
,
Q
))
(
at
level
20
,
e
,
Q
at
level
200
,
(
at
level
20
,
e
,
Q
at
level
200
,
v
at
level
200
as
pattern
,
format
"'[hv' 'WP' e '/' @ '[' E1 ; '/' E2 ']' '/' {{ '[' v , '/' Q ']' } } ']'"
)
:
bi_scope
.
Notation
"'WP' e @ E1 ; E2 ? {{ v , Q } }"
:=
(
wp
MaybeStuck
E1
E2
e
%
E
(
λ
v
,
Q
))
(
at
level
20
,
e
,
Q
at
level
200
,
(
at
level
20
,
e
,
Q
at
level
200
,
v
at
level
200
as
pattern
,
format
"'[hv' 'WP' e '/' @ '[' E1 ; '/' E2 ']' '/' ? {{ '[' v , '/' Q ']' } } ']'"
)
:
bi_scope
.
Notation
"'WP' e @ s ; E {{ v , Q } }"
:=
(
wp
s
E
E
e
%
E
(
λ
v
,
Q
))
(
at
level
20
,
e
,
Q
at
level
200
,
(
at
level
20
,
e
,
Q
at
level
200
,
v
at
level
200
as
pattern
,
format
"'[hv' 'WP' e '/' @ '[' s ; '/' E ']' '/' {{ '[' v , '/' Q ']' } } ']'"
)
:
bi_scope
.
Notation
"'WP' e @ E {{ v , Q } }"
:=
(
wp
NotStuck
E
E
e
%
E
(
λ
v
,
Q
))
(
at
level
20
,
e
,
Q
at
level
200
,
(
at
level
20
,
e
,
Q
at
level
200
,
v
at
level
200
as
pattern
,
format
"'[hv' 'WP' e '/' @ E '/' {{ '[' v , '/' Q ']' } } ']'"
)
:
bi_scope
.
Notation
"'WP' e @ E ? {{ v , Q } }"
:=
(
wp
MaybeStuck
E
E
e
%
E
(
λ
v
,
Q
))
(
at
level
20
,
e
,
Q
at
level
200
,
(
at
level
20
,
e
,
Q
at
level
200
,
v
at
level
200
as
pattern
,
format
"'[hv' 'WP' e '/' @ E '/' ? {{ '[' v , '/' Q ']' } } ']'"
)
:
bi_scope
.
Notation
"'WP' e {{ v , Q } }"
:=
(
wp
NotStuck
⊤
⊤
e
%
E
(
λ
v
,
Q
))
(
at
level
20
,
e
,
Q
at
level
200
,
(
at
level
20
,
e
,
Q
at
level
200
,
v
at
level
200
as
pattern
,
format
"'[hv' 'WP' e '/' {{ '[' v , '/' Q ']' } } ']'"
)
:
bi_scope
.
Notation
"'WP' e ? {{ v , Q } }"
:=
(
wp
MaybeStuck
⊤
⊤
e
%
E
(
λ
v
,
Q
))
(
at
level
20
,
e
,
Q
at
level
200
,
(
at
level
20
,
e
,
Q
at
level
200
,
v
at
level
200
as
pattern
,
format
"'[hv' 'WP' e '/' ? {{ '[' v , '/' Q ']' } } ']'"
)
:
bi_scope
.
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