0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jul 16, 2024 — Jul 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use fold instead of map+getOrElse More... about 11 years ago
Show types of intermediate bindings in the error message More... about 11 years ago
Remove 'set' instance, since it is not a monad More... about 11 years ago
Shiny syntax for semigroup instances More... about 11 years ago
Shiny syntax for monoid instances + function monoid instance More... about 11 years ago
More code golfing! More... about 11 years ago
Fix typo in the Readme More... over 11 years ago
Move expression rewriting in a separate method More... over 11 years ago
A few comments about macro implementation More... over 11 years ago
Give nicer error message when it comes to unsupported expressions More... over 11 years ago
... and also in the specification More... over 11 years ago
Rename a few variables in the Readme More... over 11 years ago
Fix links to sources More... over 11 years ago
Refactor sbt config: update to 0.13.0 and move sources to /src More... over 11 years ago
Add initialCommands in console More... over 11 years ago
Update Readme for logging example More... over 11 years ago
Update Readme for stack example More... over 11 years ago
Remove global import More... over 11 years ago
Check full types of produced instances by basically moving specification to compile time (and removing tons of warnings along the way) More... over 11 years ago
Remove implicit keyword from monad instances where it doesn't make sense More... over 11 years ago
Add monoid instance for String More... over 11 years ago
Rename writer monad to accumulator, adjust Readme example More... over 11 years ago
Discard Auxiliary trait/object, keep Semigroup/Monoid traits in workflow package More... almost 12 years ago
Get rid of State wrapper for state monad More... almost 12 years ago
Add implicit ExecutorContext argument to Future monad constructor More... almost 12 years ago
Remove excessive import More... almost 12 years ago
Combine the scope of type class instances in a single Instances trait More... almost 12 years ago
Provide a few more semigroup/monoid instances More... almost 12 years ago
Get rid of Cont wrapper More... almost 12 years ago
Refactor Writer and Reader monads - get rid of auxillary Writer and Reader classes, we'll be just fine with functions More... almost 12 years ago