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 3e360b7 commit 27e2675Copy full SHA for 27e2675
servant/src/Servant/Links.hs
@@ -604,7 +604,6 @@ instance HasLink (Stream m status fr ct a) where
604
instance HasLink (UVerb m ct a) where
605
type MkLink (UVerb m ct a) r = r
606
toLink toA _ = toA
607
--- Instance for NamedRoutes combinator
608
609
type GLinkConstraints routes a =
610
( MkLink (ToServant routes AsApi) a ~ ToServant routes (AsLink a)
0 commit comments