monads v0.2.0 Release Notes

Release Date: 2019-04-21 // almost 5 years ago
  • Maybe monad should be close to Haskell or Scala's API
    => #2

    โž• Add methods:
    to_s, inspect: for easy-to-read
    nothing?, just?: instead of failure? and success?
    ๐Ÿšš and remove following methods:

    failure, success?: due to the above reasons.

    == ๐Ÿšš is implemented for each Just and Nothing and remove Maybe's

    => #3

    โœ‚ Remove remained old 'equal?' methods in Nothing
    => #4