Packages

The `Hike` module provides an implementation of the elevated data types.

Current section

Files

Jump to
hike CHANGELOG.md
Raw

CHANGELOG.md

## v0.1.0
* basic apply, map and binding function `Async` version supported
## v0.0.2
* Documentation updated.
## v0.0.2
* Initial implementation
* First public release
* Support `Option`, `Either` and `MayFail` elevated data types.
* basic apply, map and binding function supported