0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #11 from widmogrod/feature/test-all-monads More... over 10 years ago
Monad IO utility functions like: until, getChar More... over 10 years ago
Merge pull request #10 from widmogrod/feature/test-all-monads More... over 10 years ago
remove phpspec.yml More... over 10 years ago
remove PHPSpec tests More... over 10 years ago
Test IO Monad More... over 10 years ago
Test Either Monad More... over 10 years ago
remove copy pastle duplication More... over 10 years ago
Test Maybe Monad More... over 10 years ago
Test Maybe Monad More... over 10 years ago
Test Collection Monad More... over 10 years ago
Test Identity Monad More... over 10 years ago
Merge pull request #9 from widmogrod/feature/state-monad More... over 10 years ago
Update README More... over 10 years ago
Create example of a state monad More... over 10 years ago
evalState and execState More... over 10 years ago
runState function More... over 10 years ago
rename variable $state -> $initialState More... over 10 years ago
rename method run -> runState More... over 10 years ago
update docs on a state functions More... over 10 years ago
add state monad tests More... over 10 years ago
state monad test More... over 10 years ago
Merge pull request #8 from widmogrod/feature/monad-laws More... over 10 years ago
new line at the end of the file More... over 10 years ago
Generic test to verify if a monad obey the laws. More... over 10 years ago
refactor some functions More... over 10 years ago
express State::ap as a bind & map More... over 10 years ago
state monad draft More... over 10 years ago
Merge pull request #7 from widmogrod/feature/monoid More... over 10 years ago
squence implementation + fixed append More... over 10 years ago