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 a226009 commit 2daae80Copy full SHA for 2daae80
changelog.d/1573
@@ -0,0 +1,2 @@
1
+synopsis: Add API docs for ServerT
2
+prs: #1573
servant-server/src/Servant/Server/Internal.hs
@@ -116,6 +116,10 @@ import Servant.API.TypeLevel
116
(AtLeastOneFragment, FragmentUnique)
117
118
class HasServer api context where
119
+ -- | The type of a server for this API, given a monad to run effects in.
120
+ --
121
+ -- Note that the result kind is @*@, so it is /not/ a monad transformer, unlike
122
+ -- what the @T@ in the name might suggest.
123
type ServerT api (m :: * -> *) :: *
124
125
route ::
0 commit comments