Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rodolphe Lepigre
Iris
Commits
69b10ed1
Commit
69b10ed1
authored
Sep 08, 2016
by
Jacques-Henri Jourdan
Browse files
Notation for primitive view shifts that take a step.
parent
bb8c2f55
Changes
1
Hide whitespace changes
Inline
Side-by-side
program_logic/pviewshifts.v
View file @
69b10ed1
...
...
@@ -34,6 +34,9 @@ Notation "P ={ E }=> Q" := (P ⊢ |={E}=> Q)
Notation
"|={ E1 , E2 }▷=> Q"
:
=
(|={
E1
%
I
,
E2
%
I
}=>
▷
|={
E2
,
E1
}=>
Q
)%
I
(
at
level
99
,
E1
,
E2
at
level
50
,
Q
at
level
200
,
format
"|={ E1 , E2 }▷=> Q"
)
:
uPred_scope
.
Notation
"|={ E }▷=> Q"
:
=
(|={
E
,
E
}
▷
=>
Q
)%
I
(
at
level
99
,
E
at
level
50
,
Q
at
level
200
,
format
"|={ E }▷=> Q"
)
:
uPred_scope
.
Section
pvs
.
Context
`
{
irisG
Λ
Σ
}.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment