remove canonicalize, it's now in servant

This commit is contained in:
Alp Mestanogullari 2015-03-09 19:23:53 +01:00
parent 9a33fa7812
commit 5f7795f70f

View File

@ -163,9 +163,6 @@ class HasServer layout where
type Server' layout :: *
route :: Proxy layout -> Server' layout -> RoutingApplication
canonicalize :: Canonicalize layout ~ t => Proxy layout -> Proxy t
canonicalize Proxy = Proxy
-- * Instances
-- | A server for @a ':<|>' b@ first tries to match the request against the route