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
Janno
iris-coq
Commits
bcb1b03d
Commit
bcb1b03d
authored
Sep 09, 2017
by
Robbert Krebbers
Browse files
Printing boxes and breaking points for WP.
parent
c8956dab
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/program_logic/weakestpre.v
View file @
bcb1b03d
...
...
@@ -40,17 +40,17 @@ Instance: Params (@wp) 5.
Notation
"'WP' e @ E {{ Φ } }"
:
=
(
wp
E
e
%
E
Φ
)
(
at
level
20
,
e
,
Φ
at
level
200
,
format
"'WP' e @ E {{ Φ } }"
)
:
uPred_scope
.
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
.
Notation
"'WP' e @ E {{ v , Q } }"
:
=
(
wp
E
e
%
E
(
λ
v
,
Q
))
(
at
level
20
,
e
,
Q
at
level
200
,
format
"'WP' e @ E {{ v , Q } }"
)
:
uPred_scope
.
format
"
'['
'WP' e
'/'
@ E {{ v , Q } }
']'
"
)
:
uPred_scope
.
Notation
"'WP' e {{ v , Q } }"
:
=
(
wp
⊤
e
%
E
(
λ
v
,
Q
))
(
at
level
20
,
e
,
Q
at
level
200
,
format
"'WP' e {{ v , Q } }"
)
:
uPred_scope
.
format
"
'['
'WP' e
'/'
{{ v , Q } }
']'
"
)
:
uPred_scope
.
(* Texan triples *)
Notation
"'{{{' P } } } e @ E {{{ x .. y , 'RET' pat ; Q } } }"
:
=
...
...
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