Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/delonnewman/monad-maybe
- Owner: delonnewman
- Archived: true
- Created: 2013-06-15T04:28:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T16:15:34.000Z (almost 5 years ago)
- Last Synced: 2024-05-01T12:35:08.876Z (7 months ago)
- Topics: functional-programming, haskell, monad, ruby
- Language: Ruby
- Homepage: https://rubygems.org/gems/monad-maybe
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)