Hacker News new | ask | show | jobs
by sullyj3 2392 days ago
https://xtendo.org/monad

This is the best introduction to the topic I've seen for Haskell beginners. It provides some much needed context.

1 comments

That's a great presentation that every Haskell beginner should see.

As an extra it has some insights on the failure modes of (monad) tutorials, like "Using things you don't know in order to teach you something you don't know".