Skip to content

Commit f1b0ee4

Browse files
committed
update TODOs
1 parent d637c3a commit f1b0ee4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unpythonic/seq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def lazy_begin0(*bodys):
9999
body()
100100
return out
101101

102+
# TODO: move `call`, `callwith`, `Values` into a `funcutils.py`?
102103
# TODO: test multiple-return-values support in all function composition utilities (`curry`, `compose` family, `pipe` family)
103104
# TODO: expand tests of `continuations` to cases with named return values
104105
# TODO: update code examples in docs

0 commit comments

Comments
 (0)