Happstack / happstack-server

An HTTP Server
BSD 3-Clause "New" or "Revised" License
84 stars 28 forks source link

runServerPartT doc mentions runWebT, which is not exported #87

Closed ddssff closed 2 months ago

ddssff commented 2 months ago
-- | Particularly useful when combined with 'runWebT' to produce
-- a @m ('Maybe' 'Response')@ from a 'Request'.
runServerPartT :: ServerPartT m a -> Request -> WebT m a
runServerPartT = runReaderT . unServerPartT
ysangkok commented 2 months ago

This seems like a duplicate of #68

stepcut commented 2 months ago

exported in 7.9.2.