kachayev / fn.py

Functional programming in Python: implementation of missing features to enjoy FP
Other
3.35k stars 204 forks source link

curry fix #80

Closed cad106uk closed 8 years ago

cad106uk commented 8 years ago

For the curry wrapper to work properly in Python it will need to be transparent. Currently this wrapper is not transparent.

cad106uk commented 8 years ago

dam created this in the wrong place