Saturday, August 20, 2016

1Liners for July 2016


  • July 14th, 2016: So you have x :: [a] in the IO monad, and the function f :: a -> b What is the expression that gets you IO [b]?