Listt::of now only accepts iterables
authorwidmogrod <widmogrod@gmail.com>
Tue, 19 Dec 2017 21:20:13 +0000 (22:20 +0100)
committerwidmogrod <widmogrod@gmail.com>
Tue, 19 Dec 2017 21:20:13 +0000 (22:20 +0100)
commit688a207125b45c6f9bfcbe7c5b0ee8a9e2879467
tree691ee851ee324f25a26b0afcfc93b283f75ed2e9
parent4b4f1e347f41f672846ad96fa4118b777dfb5771
Listt::of now only accepts iterables
example/Free2MonadTest.php
example/ListComprehensionWithMonadTest.php
example/MaybeMonadAndCollectionTest.php
example/MaybeMonoidTest.php
src/Functional/listt.php
src/Primitive/Listt.php
test/Monad/MaybeTest.php
test/Primitive/ListtTest.php
test/Primitive/ProductTest.php