We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d637c3a commit f1b0ee4Copy full SHA for f1b0ee4
unpythonic/seq.py
@@ -99,6 +99,7 @@ def lazy_begin0(*bodys):
99
body()
100
return out
101
102
+# TODO: move `call`, `callwith`, `Values` into a `funcutils.py`?
103
# TODO: test multiple-return-values support in all function composition utilities (`curry`, `compose` family, `pipe` family)
104
# TODO: expand tests of `continuations` to cases with named return values
105
# TODO: update code examples in docs
0 commit comments