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

ScottyT is not a monad transformer #272

Open isovector opened 3 years ago

isovector commented 3 years ago

Despite it's name, and the fact that it's under the "monad transformers" haddock section, ScottyT is not a monad transformer, nor can it be.

This is extremely confusing, and would benefit from some haddock (and ideally, a different name, but I understand that's a much harder sell.)

fumieval commented 3 years ago

Related: #225

ocramz commented 11 months ago

See also https://github.com/scotty-web/scotty/issues/74