monads
Monads for Crystal.
Inspired from https://github.com/dry-rb/dry-monads
Installation
Add this to your application's shard.yml
:
dependencies:
monads:
github: alex-lairan/monads
Usage
require "monads"
TODO Write usage instructions here
Development
Clone then let's go, no special requirements.
Contributing
- Fork it (https://github.com/alex-lairan/monads/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- alex-lairan Alexandre Lairan - creator, maintainer