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.
2 parents b17c8bb + 23c5e6a commit cae428dCopy full SHA for cae428d
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