align comments
authorwidmogrod <widmogrod@gmail.com>
Sat, 23 Dec 2017 20:04:03 +0000 (21:04 +0100)
committerwidmogrod <widmogrod@gmail.com>
Sat, 23 Dec 2017 20:04:03 +0000 (21:04 +0100)
commit7865fbee4890f36ed7c21d27c0aa54a42b6ccc68
treea2cf4cf88aa5f7aab877b42e30d6c19a229d5582
parent97536701c08195be6f37d72ee8bc0c9737178726
align comments
27 files changed:
.php_cs
example/StateMonadTest.php
src/FantasyLand/Foldable.php
src/FantasyLand/Traversable.php
src/Functional/functions.php
src/Functional/infinit.php
src/Functional/listt.php
src/Functional/miscellaneous.php
src/Functional/predicates.php
src/Functional/sublist.php
src/Functional/zipping.php
src/Helpful/ApplicativeLaws.php
src/Helpful/FunctorLaws.php
src/Helpful/MonadLaws.php
src/Helpful/MonoidLaws.php
src/Helpful/SetoidLaws.php
src/Monad/Either/Either.php
src/Monad/Either/functions.php
src/Monad/Free/MonadFree.php
src/Monad/Free/functions.php
src/Monad/IO/errors.php
src/Monad/IO/functions.php
src/Monad/Maybe/functions.php
src/Monad/Reader/functions.php
src/Monad/State/functions.php
src/Useful/PatternMatcher.php
src/Useful/match.php