From 9b2d7a7b3829bceefe4823cd360330df2693e2e8 Mon Sep 17 00:00:00 2001 From: "Julian K. Arni" Date: Sun, 27 Dec 2015 16:30:22 +0100 Subject: [PATCH] Remove unnecesary () AllMimeRender instance. --- servant/src/Servant/API/ContentTypes.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/servant/src/Servant/API/ContentTypes.hs b/servant/src/Servant/API/ContentTypes.hs index 85ddbb02..8e9c75ac 100644 --- a/servant/src/Servant/API/ContentTypes.hs +++ b/servant/src/Servant/API/ContentTypes.hs @@ -252,9 +252,6 @@ instance ( MimeRender ctyp a where pctyp = Proxy :: Proxy ctyp pctyps = Proxy :: Proxy (ctyp' ': ctyps) -instance AllMimeRender '[] () where - allMimeRender _ _ = [] - -------------------------------------------------------------------------- -- Check that all elements of list are instances of MimeUnrender --------------------------------------------------------------------------