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 582d7ef commit 349af63Copy full SHA for 349af63
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