Restore custom `Show` instance for `PPTextWrapper`
parent
bd860f9983
commit
bfdb28010a
|
@ -188,10 +188,10 @@ roundTripEqual c t =
|
||||||
`shouldReturn` Right (PPTextWrapper t)
|
`shouldReturn` Right (PPTextWrapper t)
|
||||||
|
|
||||||
newtype PPTextWrapper = PPTextWrapper Text
|
newtype PPTextWrapper = PPTextWrapper Text
|
||||||
deriving (Eq, Show)
|
deriving Eq
|
||||||
|
|
||||||
-- instance Show PPTextWrapper where
|
instance Show PPTextWrapper where
|
||||||
-- show (PPTextWrapper t) = "\n" ++ Text.unpack t
|
show (PPTextWrapper t) = "\n" ++ Text.unpack t
|
||||||
|
|
||||||
-- brittany-next-binding --columns 160
|
-- brittany-next-binding --columns 160
|
||||||
-- brittany-next-binding { lconfig_indentPolicy: IndentPolicyLeft }
|
-- brittany-next-binding { lconfig_indentPolicy: IndentPolicyLeft }
|
||||||
|
|
Loading…
Reference in New Issue