paldepind / union-type

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

Difference from daggy #39

Closed texastoland closed 6 years ago

texastoland commented 8 years ago

Continued from Twitter.

If there's a motivating use case it might be worth noting in the README.

paldepind commented 8 years ago

Well. union-type has many features not in daggy. Currying, records, ES6 iterator support and recursive types are some that I don't think Daggy has.