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
fab8ab30
Commit
fab8ab30
authored
Jul 08, 2019
by
Robbert Krebbers
Browse files
Fix typo.
parent
26dc79c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/channel/proofmode.v
View file @
fab8ab30
...
...
@@ -140,7 +140,7 @@ Tactic Notation "wp_send_core" tactic3(tac_exist) "with" constr(pat) :=
|
|-
∃
_
,
_
=>
eexists
_
end
;
lazymatch
goal
with
|
|-
False
=>
fail
"wp_send:"
Hs'
"not f
resh
"
|
|-
False
=>
fail
"wp_send:"
Hs'
"not f
ound
"
|
_
=>
split
;
[
try
fast_done
|
split
;
[
iFrame
Hs_frame
;
solve_done
d
|
wp_finish
]]
end
]
|
_
=>
fail
"wp_send: not a 'wp'"
...
...
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