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