Nikita Volkov
Nikita Volkov
I've had an interesting idea. There seems to be a way to specify all kinds of pure `Fold` as a case of `FoldM` spesialised to `ST`. This would solve the...
Since [it's been recently established](https://www.reddit.com/r/haskell/comments/4r5bcj/listtransformer_a_beginnerfriendly_listt/d4ysv97) that you've joined the camp of those who name the modules after the package, it would be great if you updated "foldl" accordingly.
http://hackage.haskell.org/package/mtl-2.1.2/docs/Control-Monad-Error-Class.html#t:MonadError
bracket
What do you think about adding a mimicking of the `bracket` function of `Exception`? It ensures that the `release` action is performed before any errors of the `apply` are raised....
I have a Scotty application. When I start it, the `top` command shows that it consumes ~ 1% of CPU. If I leave it running and say for a day...