Gabriella439 / pipes

Compositional pipelines
BSD 3-Clause "New" or "Revised" License
487 stars 72 forks source link

Mention "All About Monads" to help with understanding transformers #161

Closed infinity0 closed 8 years ago

infinity0 commented 8 years ago

It goes at a slower pace than "Monad Transformers - Step by Step", so for me as a Haskell beginner it was easier to understand. The chapters "Combining monads the hard way" and "Anatomy of a monad transformer" were particularly useful.

Gabriella439 commented 8 years ago

Yeah, this monad tutorial looks very nice! Thanks for the tip and the contribution