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
Iris
Actris
Commits
f8ede2b7
Commit
f8ede2b7
authored
Jul 07, 2019
by
Robbert Krebbers
Browse files
Version of `wp_recv` without arguments.
parent
538d0804
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/channel/proofmode.v
View file @
f8ede2b7
...
...
@@ -45,6 +45,9 @@ Tactic Notation "wp_recv_core" tactic3(tac_intros) "as" tactic3(tac) :=
|
_
=>
fail
"wp_recv: not a 'wp'"
end
.
Tactic
Notation
"wp_recv"
"as"
constr
(
pat
)
:
=
wp_recv_core
(
idtac
)
as
(
fun
H
=>
iDestructHyp
H
as
pat
).
Tactic
Notation
"wp_recv"
"("
intropattern_list
(
xs
)
")"
"as"
constr
(
pat
)
:
=
wp_recv_core
(
intros
xs
)
as
(
fun
H
=>
iDestructHyp
H
as
pat
).
Tactic
Notation
"wp_recv"
"("
intropattern_list
(
xs
)
")"
"as"
"("
simple_intropattern
(
x1
)
")"
...
...
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