Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rice Wine
Iris
Commits
f15c614c
Commit
f15c614c
authored
Mar 15, 2016
by
Robbert Krebbers
Browse files
Remove superfluous spaces in format of WP.
parent
3c054eb5
Changes
2
Hide whitespace changes
Inline
Side-by-side
heap_lang/notation.v
View file @
f15c614c
...
...
@@ -7,7 +7,7 @@ Notation "'WP' e @ E {{ Φ } }" := (wp E e%E Φ)
format
"'WP' e @ E {{ Φ } }"
)
:
uPred_scope
.
Notation
"'WP' e {{ Φ } }"
:
=
(
wp
⊤
e
%
E
Φ
)
(
at
level
20
,
e
,
Φ
at
level
200
,
format
"'WP' e
{{ Φ } }"
)
:
uPred_scope
.
format
"'WP' e {{ Φ } }"
)
:
uPred_scope
.
Coercion
LitInt
:
Z
>->
base_lit
.
Coercion
LitBool
:
bool
>->
base_lit
.
...
...
program_logic/weakestpre.v
View file @
f15c614c
...
...
@@ -62,7 +62,7 @@ Notation "'WP' e @ E {{ Φ } }" := (wp E e Φ)
format
"'WP' e @ E {{ Φ } }"
)
:
uPred_scope
.
Notation
"'WP' e {{ Φ } }"
:
=
(
wp
⊤
e
Φ
)
(
at
level
20
,
e
,
Φ
at
level
200
,
format
"'WP' e
{{ Φ } }"
)
:
uPred_scope
.
format
"'WP' e {{ Φ } }"
)
:
uPred_scope
.
Section
wp
.
Context
{
Λ
:
language
}
{
Σ
:
iFunctor
}.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment