Skip to content

Releases: ortense/functors

v0.2.0

10 Jan 23:35
9f081c2
Compare
Choose a tag to compare

Minor Changes

  • 2cb1f53: Add methods flat and flatMap to Maybe

v0.1.1

04 Jan 23:58
Compare
Choose a tag to compare

Patch Changes

  • bdc5790: Correction of the install instructions

v0.1.0

04 Jan 00:23
61d0b30
Compare
Choose a tag to compare

0.1.0

Minor Changes

  • 46cf896: Add Either functor
  • 4274ce3: Add Lazy functor for lazy evaluation
  • 11b0bc3: Add Maybe functor
  • 9a1fb67: Add history functor, a simple implementation of State functor