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 48bc247 + 51c8edb commit 9df5195Copy full SHA for 9df5195
servant-foreign/src/Servant/Foreign/Internal.hs
@@ -244,7 +244,7 @@ defReq = Req defUrl "GET" [] Nothing Nothing (FunctionName []) ReqBodyJSON
244
-- >
245
-- > -- Or for example in case of lists
246
-- > instance HasForeignType LangX Text a => HasForeignType LangX Text [a] where
247
--- > typeFor lang type _ = "listX of " <> typeFor lang ftype (Proxy :: Proxy a)
+-- > typeFor lang ftype _ = "listX of " <> typeFor lang ftype (Proxy :: Proxy a)
248
--
249
-- Finally to generate list of information about all the endpoints for
250
-- an API you create a function of a form:
0 commit comments