Haskell Applicative hacks

1 thought
last posted April 1, 2016, 1:09 a.m.
0
get stream as: markdown or atom
0

Haskell Applicative hacks

Haskell's 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.

Child Streams

Safely discarding Applicative results

6 thoughts
updated April 1, 2016, 1:19 a.m.