Remove unnecesary () AllMimeRender instance.
This commit is contained in:
parent
20ae7dcc31
commit
9b2d7a7b38
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue