Alex Lairan Monads Versions Save

Monads for Crystal

v1.0.0

3 years ago

Stable version compatible with Crystal 1.0

v0.6.0

4 years ago

v0.5.0

4 years ago

#53 Make Monads compatible with Crystal 0.29.0

v0.2.0

5 years ago

Maybe monad should be close to Haskell or Scala's API => https://github.com/alex-lairan/monads/pull/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 => https://github.com/alex-lairan/monads/pull/3

Remove remained old 'equal?' methods in Nothing => https://github.com/alex-lairan/monads/pull/4