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 c22c184 commit c7bc3a0Copy full SHA for c7bc3a0
src/Servant/OpenApi/Internal.hs
@@ -482,7 +482,7 @@ instance
482
(headers .~ fmap Inline (toAllResponseHeaders (Proxy @hs)))
483
(responseSwagger @r)
484
485
-class IsSwaggerResponseList as where
+class IsSwaggerResponseList (as :: [Type]) where
486
responseListSwagger :: DeclareDefinition (InsOrdHashMap HttpStatusCode Response)
487
488
class IsSwaggerResponse a where
0 commit comments