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 e726db9 commit 2445855Copy full SHA for 2445855
servant-server/src/Servant/Server/Internal.hs
@@ -72,7 +72,7 @@ class HasServer layout where
72
type ServerT layout (m :: * -> *) :: *
73
type HasConfig layout (c :: [*]) :: Constraint
74
75
- route :: HasConfig layout a => Proxy layout -> Config a -> Delayed (Server layout) -> Router
+ route :: HasConfig layout config => Proxy layout -> Config config -> Delayed (Server layout) -> Router
76
77
type Server layout = ServerT layout (ExceptT ServantErr IO)
78
0 commit comments