parsonsmatt / parsonsmatt.github.io

My Github pages website
Other
77 stars 25 forks source link

Note that `convert` does not handle exceptions #30

Closed chrisdone closed 5 months ago

chrisdone commented 5 years ago

Additional material:

newtype Handler a = Handler { runHandler' :: ExceptT ServerError IO a }