We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4bcf7 commit 61a99c9Copy full SHA for 61a99c9
servant-server/src/Servant/Server/Internal/Context.hs
@@ -18,7 +18,7 @@ import GHC.TypeLits
18
-- | 'Context's are used to pass values to combinators. (They are __not__ meant
19
-- to be used to pass parameters to your handlers, i.e. they should not replace
20
-- any custom 'Control.Monad.Trans.Reader.ReaderT'-monad-stack that you're using
21
--- with 'Servant.Server.Internal.Enter.enter'.) If you don't use combinators that
+-- with 'Servant.Utils.Enter'.) If you don't use combinators that
22
-- require any context entries, you can just use 'Servant.Server.serve' as always.
23
--
24
-- If you are using combinators that require a non-empty 'Context' you have to
0 commit comments