Skip to content

Commit 2445855

Browse files
committed
servant-server: renaming of type variable
1 parent e726db9 commit 2445855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-server/src/Servant/Server/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class HasServer layout where
7272
type ServerT layout (m :: * -> *) :: *
7373
type HasConfig layout (c :: [*]) :: Constraint
7474

75-
route :: HasConfig layout a => Proxy layout -> Config a -> Delayed (Server layout) -> Router
75+
route :: HasConfig layout config => Proxy layout -> Config config -> Delayed (Server layout) -> Router
7676

7777
type Server layout = ServerT layout (ExceptT ServantErr IO)
7878

0 commit comments

Comments
 (0)