Haskell notes

A place for all the things I think are cool in Haskell.

Effects:

Libraries:

Web

Libraries

Data types

Ideas

Higher Kinded Data (HDK)

Data types which take a type parameter of kind * -> * which wraps all fields. For me, the canonical introduction to this idea is Benjamin Pizza Hodgson’s post on the subject. One thing that particularly interests me is that it allows you to get frames like structures somewhat for free.

Libraries

Other Cool libraries