From Get Programming with Haskell by Will Kurt
This article takes a deep look at the Applicative Type Class using the example of the List class.
From Get Programming with Haskell by Will Kurt
This article discusses first class functions in Haskell.