Skip to content

Commit 88dff86

Browse files
committed
remove obsolete todo
1 parent 74ff77b commit 88dff86

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Std/Data/Iterators/Combinators/Drop.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ it.drop 3 ------⊥
2727
* `Finite` instance: only if `it` is finite
2828
* `Productive` instance: only if `it` is productive
2929
30-
_TODO_: prove `Productive`
31-
3230
**Performance:**
3331
3432
Currently, this combinator incurs an additional O(1) cost with each output of `it`, even when the iterator

src/Std/Data/Iterators/Combinators/Monadic/Drop.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ it.drop 3 ------⊥
4646
* `Finite` instance: only if `it` is finite
4747
* `Productive` instance: only if `it` is productive
4848
49-
_TODO_: prove `Productive`
50-
5149
**Performance:**
5250
5351
Currently, this combinator incurs an additional O(1) cost with each output of `it`, even when the iterator

0 commit comments

Comments
 (0)