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 22c02aa commit e98c5e1Copy full SHA for e98c5e1
src/Servant/Multipart.hs
@@ -429,8 +429,8 @@ instance {-# OVERLAPPING #-}
429
LookupContext cs a => LookupContext (a ': cs) a where
430
lookupContext _ (c :. _) = Just c
431
432
-instance HasLink sub => HasLink (MultipartForm a :> sub) where
433
- type MkLink (MultipartForm a :> sub) = MkLink sub
+instance HasLink sub => HasLink (MultipartForm tag a :> sub) where
+ type MkLink (MultipartForm tag a :> sub) = MkLink sub
434
toLink _ = toLink (Proxy :: Proxy sub)
435
436
-- | The 'ToMultipartSample' class allows you to create sample 'MultipartData'
0 commit comments