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
e2b84307
Commit
e2b84307
authored
Dec 20, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix an error message in iInduction
parent
0d471f47
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
theories/proofmode/tactics.v
theories/proofmode/tactics.v
+1
-1
No files found.
theories/proofmode/tactics.v
View file @
e2b84307
...
...
@@ -978,7 +978,7 @@ Tactic Notation "iInductionCore" constr(x)
lazymatch
goal
with
|
H
:
coq_tactics
.
of_envs
_
⊢
_
|-
_
=>
eapply
tac_revert_ih
;
[
reflexivity
||
fail
"iInduction:
persistent
context not empty"
[
reflexivity
||
fail
"iInduction:
spatial
context not empty"
|
apply
H
|]
;
clear
H
;
fix_ihs
;
let
IH'
:
=
iFresh'
IH
in
iIntros
[
IAlwaysElim
(
IName
IH'
)]
...
...
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