Use FunctionalPHP\FantasyLand
authorwidmogrod <widmogrod@gmail.com>
Sun, 18 Feb 2018 18:03:26 +0000 (19:03 +0100)
committerwidmogrod <widmogrod@gmail.com>
Sun, 18 Feb 2018 18:03:26 +0000 (19:03 +0100)
commit3eb91999b15ed4bf4254888d0e879375f1a1fb73
tree7e5a656515c698e6de77b17dd0d21c2cc5bbcaf4
parent64d08984d40e5a6eb11380edf0a7d45045a9cb91
Use FunctionalPHP\FantasyLand
70 files changed:
composer.json
composer.lock
example/FreeBddStyleDSLTest.php
example/FreeCalculatorTest.php
example/FreeMonadTest.php
src/FantasyLand/Applicative.php [deleted file]
src/FantasyLand/Apply.php [deleted file]
src/FantasyLand/Chain.php [deleted file]
src/FantasyLand/Comonad.php [deleted file]
src/FantasyLand/Extend.php [deleted file]
src/FantasyLand/Foldable.php [deleted file]
src/FantasyLand/Functor.php [deleted file]
src/FantasyLand/Monad.php [deleted file]
src/FantasyLand/Monoid.php [deleted file]
src/FantasyLand/Pointed.php [deleted file]
src/FantasyLand/Semigroup.php [deleted file]
src/FantasyLand/Setoid.php [deleted file]
src/FantasyLand/Traversable.php [deleted file]
src/Functional/functions.php
src/Functional/listt.php
src/Functional/monoid.php
src/Functional/setoid.php
src/Helpful/ApplicativeLaws.php [deleted file]
src/Helpful/FunctorLaws.php [deleted file]
src/Helpful/MonadLaws.php [deleted file]
src/Helpful/MonoidLaws.php [deleted file]
src/Helpful/SetoidLaws.php [deleted file]
src/Monad/Control/Doo/Algebra/DooF.php
src/Monad/Control/Doo/Algebra/In.php
src/Monad/Control/Doo/Algebra/Let.php
src/Monad/Control/Doo/actions.php
src/Monad/Control/Doo/interpretation.php
src/Monad/Either/Either.php
src/Monad/Either/Left.php
src/Monad/Either/Right.php
src/Monad/Free/Free.php
src/Monad/Free/MonadFree.php
src/Monad/Free/Pure.php
src/Monad/Free/functions.php
src/Monad/IO.php
src/Monad/Identity.php
src/Monad/Maybe/Just.php
src/Monad/Maybe/Maybe.php
src/Monad/Maybe/Nothing.php
src/Monad/Reader.php
src/Monad/State.php
src/Monad/Writer.php
src/Monad/Writer/functions.php
src/Primitive/Listt.php
src/Primitive/ListtCons.php
src/Primitive/ListtNil.php
src/Primitive/Num.php
src/Primitive/Product.php
src/Primitive/Stringg.php
src/Primitive/Sum.php
test/Functional/JoinTest.php
test/Functional/LengthTest.php
test/Monad/EitherTest.php
test/Monad/FreeTest.php
test/Monad/IOTest.php
test/Monad/IdentityTest.php
test/Monad/MaybeTest.php
test/Monad/ReaderTest.php
test/Monad/StateTest.php
test/Monad/WriterTest.php
test/Primitive/ListtTest.php
test/Primitive/NumTest.php
test/Primitive/ProductTest.php
test/Primitive/StringgTest.php
test/Primitive/SumTest.php