Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Improve monads

Compare
Choose a tag to compare
@snatvb snatvb released this 24 May 10:57
· 97 commits to master since this release

0.3.0 - 2019-05-24 πŸ‘

🎁 Added

  • toEither as pure function for Maybe
  • toEither as method for Maybe
  • toMaybe as pure function for Either
  • toMaybe as method for Either
  • dark theme for docs

πŸ„ Changed

  • Fixed mistake in docs with link to interface Maybe or Either from pure function
  • Fixed mistakes in docs for calling pure functions in Maybe examples