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 582d7ef + 349af63 commit f18b19bCopy full SHA for f18b19b
src/Servant/Multipart.hs
@@ -362,3 +362,7 @@ instance {-# OVERLAPPABLE #-}
362
instance {-# OVERLAPPING #-}
363
LookupContext cs a => LookupContext (a ': cs) a where
364
lookupContext _ (c :. _) = Just c
365
+
366
+instance HasLink sub => HasLink (MultipartForm a :> sub) where
367
+ type MkLink (MultipartForm a :> sub) = MkLink sub
368
+ toLink _ = toLink (Proxy :: Proxy sub)
0 commit comments