Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/delonnewman/monad-maybe

A Ruby implementation of Haskell's Maybe Monad
https://github.com/delonnewman/monad-maybe

functional-programming haskell monad ruby

Last synced: about 2 months ago
JSON representation

A Ruby implementation of Haskell's Maybe Monad

Awesome Lists containing this project

README

        

Monad::Maybe
=============

An Implementation of Haskell's Maybe Mondad
-------------------------------------------

This is an attempt to implement Haskell's Maybe monad in a Ruby-ish way with as little monkey patching as possible.

SEE ALSO
========

- Ruby 2.3.0 `&.`
- [andand](https://rubygems.org/gems/andand)
- [Haskell's Maybe Monad](http://hackage.haskell.org/package/base-4.12.0.0/docs/Prelude.html#t:Maybe)