From 5f7795f70f2dc96c2e40183c25e2b07f758ee79c Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Mon, 9 Mar 2015 19:23:53 +0100 Subject: [PATCH] remove canonicalize, it's now in servant --- src/Servant/Server/Internal.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Servant/Server/Internal.hs b/src/Servant/Server/Internal.hs index a8e97687..07da7df5 100644 --- a/src/Servant/Server/Internal.hs +++ b/src/Servant/Server/Internal.hs @@ -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