Remove unnecesary () AllMimeRender instance.

This commit is contained in:
Julian K. Arni 2015-12-27 16:30:22 +01:00
parent 20ae7dcc31
commit 9b2d7a7b38

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