singpolyma / unexceptionalio

IO without any PseudoExceptions
http://hackage.haskell.org/package/unexceptionalio
ISC License
28 stars 5 forks source link

OK to reproduce blogpost on UIO in markdown? #20

Closed bbarker closed 4 years ago

bbarker commented 4 years ago

Hi, I'm working on a wrapper that will hopefully emulate a few of the features of ZIO, but it relies heavily on UIO. Was wondering if I could back up your blog post: https://singpolyma.net/2018/05/error-handling-in-haskell/ in a markdown file.

Best,

singpolyma commented 4 years ago

Of course! If it matters, license is: http://creativecommons.org/licenses/by/4.0/

bbarker commented 4 years ago

Thanks! I put it up at https://github.com/bbarker/haskell-zio/blob/master/docs/UIO.md