Implement Monoid instance for Maybe data type
authorJon Whelan <jwhelan@Jons-MacBook-Pro.local>
Fri, 28 Oct 2016 20:10:41 +0000 (15:10 -0500)
committerThomas Ploch <thomas.ploch@flixbus.com>
Tue, 12 Dec 2017 17:27:00 +0000 (18:27 +0100)
commit399b0b9b206056a124f014648a04a42e3db2c153
tree6cec80ce54522aa6db153c04143e64af14cdce2c
parent8f7095dc78bc723670a7b909b14d72fcb813751e
Implement Monoid instance for Maybe data type
README.md
example/MaybeMonoidTest.php [new file with mode: 0644]
src/Monad/Maybe/Just.php
src/Monad/Maybe/Maybe.php
src/Monad/Maybe/Nothing.php
test/Monad/MaybeTest.php