servant/servant-server/src
Alexander Vieth 6389134423 Change to ServerT Raw m = Tagged m Application
For uniformity of Enter.

Previously, `ServerT Raw m ~ Application`. Seems reasonable, but has the
unfortunate consequence of making `Enter` useless for `Raw` routes.
With this change `Tagged m Application` is retagged by `Enter`.
2017-05-15 19:54:43 +03:00
..
Servant Change to ServerT Raw m = Tagged m Application 2017-05-15 19:54:43 +03:00
Servant.hs Re-export throwE from module Servant 2016-04-08 12:06:44 -07:00