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
Marianna Rapoport
iris-coq
Commits
21ceb92f
Commit
21ceb92f
authored
Mar 15, 2016
by
Robbert Krebbers
Browse files
Notation for pvs with full mask.
parent
9f2234ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
program_logic/pviewshifts.v
View file @
21ceb92f
...
@@ -38,6 +38,8 @@ Notation "|={ E1 , E2 }=> Q" := (pvs E1 E2 Q%I)
...
@@ -38,6 +38,8 @@ Notation "|={ E1 , E2 }=> Q" := (pvs E1 E2 Q%I)
Notation
"|={ E }=> Q"
:
=
(
pvs
E
E
Q
%
I
)
Notation
"|={ E }=> Q"
:
=
(
pvs
E
E
Q
%
I
)
(
at
level
199
,
E
at
level
50
,
Q
at
level
200
,
(
at
level
199
,
E
at
level
50
,
Q
at
level
200
,
format
"|={ E }=> Q"
)
:
uPred_scope
.
format
"|={ E }=> Q"
)
:
uPred_scope
.
Notation
"|==> Q"
:
=
(
pvs
⊤
⊤
Q
%
I
)
(
at
level
199
,
Q
at
level
200
,
format
"|==> Q"
)
:
uPred_scope
.
Section
pvs
.
Section
pvs
.
Context
{
Λ
:
language
}
{
Σ
:
iFunctor
}.
Context
{
Λ
:
language
}
{
Σ
:
iFunctor
}.
...
...
Write
Preview
Supports
Markdown
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