Skip to content

Commit 93bece7

Browse files
committed
update TODO comments
1 parent 5571c8c commit 93bece7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

unpythonic/seq.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,12 @@ def lazy_begin0(*bodys):
9999
body()
100100
return out
101101

102-
# TODO: test the new lazify support in piping constructs
103102
# TODO: test `Values` handling in `with lazify`
104103
# - The `Values` container itself should always be eager (so it can be inspected without forcing the return value; important for symmetry with case of one positional return value)
105104
# - Anything we place into it should get the regular treatment, because return values are never implicitly lazy
106-
# TODO: test multiple-return-values support in all function composition utilities
105+
# TODO: test multiple-return-values support in all function composition utilities (`curry`, `compose` family, `pipe` family)
107106
# TODO: expand tests of `continuations` to cases with named return values
108-
# TODO: update code examples
107+
# TODO: update code examples in docs
109108

110109
# sequence one-input, one-output functions
111110
@passthrough_lazy_args

0 commit comments

Comments
 (0)