This repository has been archived by the owner on Oct 19, 2020. It is now read-only.
Releases: GeorgeSapkin/monady
Releases · GeorgeSapkin/monady
v0.3.0
- Added bind, lift and map to Nothing
v0.2.0
- Added
lift
,lift2
andmap
methods - Added basic API examples
v0.1.2
- Explicitly converting to string in toString
v0.1.1
- Returning nothing for maybe(nothing)