littleball-games / lb-f

A collection of functional programming functions
MIT License
0 stars 1 forks source link

Fixes #22 by removing interal curry from pipe. #23

Closed skylize closed 6 years ago

skylize commented 6 years ago

Remove internal automatic currying from pipe. Add tests for proper handling of unary-like multi-parameter functions and for rest parameter functions.