We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ff77b commit 88dff86Copy full SHA for 88dff86
src/Std/Data/Iterators/Combinators/Drop.lean
@@ -27,8 +27,6 @@ it.drop 3 ------⊥
27
* `Finite` instance: only if `it` is finite
28
* `Productive` instance: only if `it` is productive
29
30
-_TODO_: prove `Productive`
31
-
32
**Performance:**
33
34
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
@@ -46,8 +46,6 @@ it.drop 3 ------⊥
46
47
48
49
50
51
52
53
0 commit comments