scotty-web / scotty

Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository)
http://hackage.haskell.org/package/scotty
BSD 3-Clause "New" or "Revised" License
1.72k stars 134 forks source link

flaky exceptions : reimplement ActionT using ReaderT pattern #310

Closed ocramz closed 1 year ago

ocramz commented 1 year ago

originally mentioned in #110 by @fumieval

reimplement ActionM using the ReaderT pattern so that exceptions are handled more predictably.