# Haskell Applicative hacks Haskell's [Applicative](https://www.haskell.org/haskellwiki/Typeclassopedia#Applicative) type class is a nifty abstraction that inhabits a sweet spot between the ubiquity of Functor and the power of Monad. It lends itself wonderfully to the applicative style of Haskell. This stream collects hacks and ideas related to using Applicative.