Remove unnecesary () AllMimeRender instance.

This commit is contained in:
Julian K. Arni 2015-12-27 16:30:22 +01:00
parent 59b220c29c
commit 7aaf921252

View file

@ -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
--------------------------------------------------------------------------