Remove 'Show' instance for RouteMismatch
This commit is contained in:
parent
c782266d15
commit
4cb14a6659
1 changed files with 0 additions and 3 deletions
|
@ -46,9 +46,6 @@ data RouteMismatch =
|
|||
| HttpError Status [Header] (Maybe BL.ByteString) -- ^ an even even more informative arbitrary HTTP response code error.
|
||||
| RouteMismatch Response -- ^ an arbitrary mismatch with custom Response.
|
||||
|
||||
instance Show RouteMismatch where
|
||||
show = const "hello"
|
||||
|
||||
-- | specialized 'Less Than' for use with Monoid RouteMismatch
|
||||
(<=:) :: RouteMismatch -> RouteMismatch -> Bool
|
||||
{-# INLINE (<=:) #-}
|
||||
|
|
Loading…
Reference in a new issue