Skip to content

Commit

Permalink
Todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed Jan 18, 2019
1 parent 837b550 commit c07bf1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

# Bunch of Ideas

Get on python-ideas and understand why there is no operator for x in y, x not in y, *x and **y

Iterable.list(), Iterable.tuple(), Iterable.dict(), Iterable.set() instead of the somewhat arbitrary tuplify(), dictify(), …

Consider if Callable.__call__() and Callable.cury() should not auto unwrap their arguments? This behaviour seems quite different to the rest of the library.
Expand Down

0 comments on commit c07bf1b

Please sign in to comment.