kapolos / pramda

Practical Functional Programming in PHP
MIT License
244 stars 13 forks source link

curryN with arity other than 2 or 3 #17

Open igneus opened 5 years ago

igneus commented 5 years ago

P::curryN($n, $callable) with $n other than 2 or 3 throws RuntimeException without a message. A meaningful error message would be helpful, supporting other arities even more so.