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
Iris
Commits
e2b84307
Commit
e2b84307
authored
Dec 20, 2016
by
Ralf Jung
Browse files
fix an error message in iInduction
parent
0d471f47
Pipeline
#3448
passed with stage
in 10 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
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
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