remove canonicalize, it's now in servant
This commit is contained in:
parent
9a33fa7812
commit
5f7795f70f
1 changed files with 0 additions and 3 deletions
|
@ -163,9 +163,6 @@ class HasServer layout where
|
||||||
type Server' layout :: *
|
type Server' layout :: *
|
||||||
route :: Proxy layout -> Server' layout -> RoutingApplication
|
route :: Proxy layout -> Server' layout -> RoutingApplication
|
||||||
|
|
||||||
canonicalize :: Canonicalize layout ~ t => Proxy layout -> Proxy t
|
|
||||||
canonicalize Proxy = Proxy
|
|
||||||
|
|
||||||
-- * Instances
|
-- * Instances
|
||||||
|
|
||||||
-- | A server for @a ':<|>' b@ first tries to match the request against the route
|
-- | A server for @a ':<|>' b@ first tries to match the request against the route
|
||||||
|
|
Loading…
Reference in a new issue