Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Pierre-Marie Pédrot
Iris
Commits
19af143a
Commit
19af143a
authored
Jan 20, 2017
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
theories/proofmode/tactics.v
theories/proofmode/tactics.v
+2
-1
No files found.
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
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