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
Jonas Kastberg
iris
Commits
19af143a
Commit
19af143a
authored
Jan 20, 2017
by
Robbert Krebbers
Browse files
Better error message when iApply fails.
The error message accidentally got removed in
e0789039
.
parent
2cd0ddf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/tactics.v
View file @
19af143a
...
...
@@ -430,7 +430,8 @@ Tactic Notation "iApply" open_constr(lem) :=
[
iExact
H
|
eapply
tac_apply
with
_
H
_
_
_;
[
env_cbv
;
reflexivity
|
apply
_
|
let
P
:
=
match
goal
with
|-
IntoWand
?P
_
_
=>
P
end
in
apply
_
||
fail
1
"iApply: cannot apply"
P
|
lazy
beta
(* reduce betas created by instantiation *)
]]).
(** * Revert *)
...
...
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