v2.0.0
·
23 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
feat: curry core functions and add pipe utility
- Curry
map,chain,local,ap,chainRight, andchainLeftfor better composition - Add type-safe
pipeutility function - Use environment intersections in composed Readers for better type inference
- Update tests, examples, and documentation to reflect curried API
BREAKING CHANGE
Core functions now follow the data-last curried pattern.
Full Changelog: v1.0.0...v2.0.0