File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/Init/Data/Range/Polymorphic Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -476,13 +476,12 @@ public theorem Rxc.Iterator.toList_eq_toList_rxoIterator [LE α] [DecidableLE α
476476 rw [Rxc.Iterator.toList_eq_match, Rxo.Iterator.toList_eq_match]
477477 split
478478 · simp [*]
479- · simp [* , UpwardEnumerable.lt_iff, UpwardEnumerable.le_iff ]
479+ · simp only [UpwardEnumerable.le_iff , UpwardEnumerable.lt_iff, * ]
480480 split <;> rename_i h
481481 · rw [ihy]; rotate_left
482482 · simp [Iter.IsPlausibleStep, IterM.IsPlausibleStep, Iterator.IsPlausibleStep,
483483 Iterator.Monadic.step, Iter.toIterM, *]; rfl
484- simp only
485- simpa [UpwardEnumerable.lt_iff, UpwardEnumerable.le_iff, UpwardEnumerable.lt_succ_iff] using h
484+ · simpa [UpwardEnumerable.lt_iff, UpwardEnumerable.le_iff, UpwardEnumerable.lt_succ_iff] using h
486485 · simpa [UpwardEnumerable.lt_iff, UpwardEnumerable.le_iff, UpwardEnumerable.lt_succ_iff] using h
487486
488487public theorem Rxi.Iterator.toList_eq_match
You can’t perform that action at this time.
0 commit comments