servant-server: renaming of type variable
This commit is contained in:
parent
e726db9fe7
commit
2445855203
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class HasServer layout where
|
|||
type ServerT layout (m :: * -> *) :: *
|
||||
type HasConfig layout (c :: [*]) :: Constraint
|
||||
|
||||
route :: HasConfig layout a => Proxy layout -> Config a -> Delayed (Server layout) -> Router
|
||||
route :: HasConfig layout config => Proxy layout -> Config config -> Delayed (Server layout) -> Router
|
||||
|
||||
type Server layout = ServerT layout (ExceptT ServantErr IO)
|
||||
|
||||
|
|
Loading…
Reference in a new issue