pyramda icon indicating copy to clipboard operation
pyramda copied to clipboard

Test that `curry` is idempotent

Open jackfirth opened this issue 6 years ago • 0 comments

Given a function f, the functions curry(f) and curry(curry(f)) should behave identically. There should be a test verifying this for functions of varying arities.

jackfirth avatar Aug 04 '17 03:08 jackfirth