[Haskell-cafe] Suggestions For An Intro To Monads Talk.

David Virebayre dav.vire+haskell at gmail.com
Mon Aug 9 02:34:02 EDT 2010


On Fri, Aug 6, 2010 at 5:58 PM, Alex Stangl <alex at stangl.us> wrote:
> On Fri, Aug 06, 2010 at 10:17:26AM -0500, aditya siram wrote:
>> >From my vantage point they are (in no particular order) : Reader, Writer,
>> State, IO, ST, STM, Parsec (have I missed any?) and of course the
>> transformer versions. I am debating whether or not to add [] to the bunch.
>
> Not sure how much time you have budgeted, but I'd start with a simple
> one like Maybe, actually show how to implement it, then move on to list,

I second that. Especially, if the audience is more familiar with
imperative langages, then the reader, writer and state monad may not
immediately impress them.

David.


More information about the Haskell-Cafe mailing list