paldepind / union-type

A small JavaScript library for defining and using union types.
MIT License
477 stars 28 forks source link

replaced compose, curryN with own implementations #63

Closed leeor closed 5 years ago

leeor commented 6 years ago

Closes #37.

leeor commented 6 years ago

Just saw #2. The curry version I've implemented does not support Ramda's placeholder, and there are no tests that verify it or any mention in the docs.

If it's a requirement, there's probably a lot less to gain from removing the dependency.