test: for induction q with Quot.ind issue
See https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/Induction.20alternative.20name.20when.20using.20Quot.2Eind.3F
This commit is contained in:
parent
1aa274e5c0
commit
b5a434d8a9
1 changed files with 3 additions and 0 deletions
3
tests/lean/run/quotInd.lean
Normal file
3
tests/lean/run/quotInd.lean
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
example (r : α → α → Prop) (q : Quot r) : False := by
|
||||
induction q using Quot.ind with
|
||||
| mk x => admit
|
||||
Loading…
Add table
Reference in a new issue