beark / ftl

C++ template library for fans of functional programming
zlib License
992 stars 69 forks source link

Allow arbitrary currying of ftl::function. #7

Closed splinterofchaos closed 10 years ago

splinterofchaos commented 10 years ago

Given a function, f(x,y,z), f(x)(y)(z) = f(x,y)(z) = f(x)(y,z) = f(x,y,z).