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 f05b394 + ec4573d commit 86ad89bCopy full SHA for 86ad89b
servant-foreign/src/Servant/Foreign/Internal.hs
@@ -189,7 +189,7 @@ instance (HasForeign lang ftype a, HasForeign lang ftype b)
189
190
instance (KnownSymbol sym, HasForeignType lang ftype t, HasForeign lang ftype api)
191
=> HasForeign lang ftype (Capture sym t :> api) where
192
- type Foreign ftype (Capture sym a :> api) = Foreign ftype api
+ type Foreign ftype (Capture sym t :> api) = Foreign ftype api
193
194
foreignFor lang Proxy Proxy req =
195
foreignFor lang Proxy (Proxy :: Proxy api) $
0 commit comments