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 3db3d38 commit 23c5e6aCopy full SHA for 23c5e6a
servant-client-core/src/Servant/Client/Generic.hs
@@ -16,7 +16,7 @@ import Data.Proxy
16
import Servant.API.Generic
17
import Servant.Client.Core
18
19
--- | A type that specifies that an API reocrd contains a client implementation.
+-- | A type that specifies that an API record contains a client implementation.
20
data AsClientT (m :: * -> *)
21
instance GenericMode (AsClientT m) where
22
type AsClientT m :- api = Client m api
0 commit comments