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 42b7d0e commit 67a37dcCopy full SHA for 67a37dc
servant/src/Servant/Links.hs
@@ -614,7 +614,7 @@ simpleToLink _ toA _ = toLink toA (Proxy :: Proxy sub)
614
-- Erroring instance for 'HasLink' when a combinator is not fully applied
615
instance TypeError (PartialApplication HasLink arr) => HasLink ((arr :: a -> b) :> sub)
616
where
617
- type MkLink (arr :> _) _ = TypeError (PartialApplication HasLink arr)
+ type MkLink (arr :> sub) _ = TypeError (PartialApplication HasLink arr)
618
toLink = error "unreachable"
619
620
-- Erroring instances for 'HasLink' for unknown API combinators
0 commit comments