Skip to content

Commit ec20d61

Browse files
committed
apply renamings from earlier PR
1 parent 881a874 commit ec20d61

File tree

1 file changed

+2
-2
lines changed
  • src/Std/Data/Iterators/Lemmas/Producers/Monadic

1 file changed

+2
-2
lines changed

src/Std/Data/Iterators/Lemmas/Producers/Monadic/List.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ theorem ListIterator.toArrayMapped_eq [LawfulMonad m]
3333
rw [LawfulIteratorCollect.toArrayMapped_eq]
3434
induction l with
3535
| nil =>
36-
rw [IterM.DefaultConsumers.toArrayMapped_of_step]
36+
rw [IterM.DefaultConsumers.toArrayMapped_eq_match_step]
3737
simp [List.step_iterM_nil]
3838
| cons x xs ih =>
39-
rw [IterM.DefaultConsumers.toArrayMapped_of_step]
39+
rw [IterM.DefaultConsumers.toArrayMapped_eq_match_step]
4040
simp [List.step_iterM_cons, List.mapM_cons, pure_bind, ih]
4141

4242
theorem _root_.List.toArray_iterM [LawfulMonad m] {l : List β} :

0 commit comments

Comments
 (0)