Safe Haskell | None |
---|---|
Language | GHC2024 |
Debug.TraceEmbrace.ByteString
Synopsis
- showLbsAsIs :: ByteString -> [ByteString]
- newtype ShowTrace a = ShowTrace {
- unShowTrace :: a
Documentation
showLbsAsIs :: ByteString -> [ByteString] Source #
Show ByteString
structure.
>>>
showLbsAsIs ("a" <> "b")
Wrap value which has opaque Show
instance.
Constructors
ShowTrace | |
Fields
|
Instances
Show (ShowTrace ByteString) Source # | |
Defined in Debug.TraceEmbrace.ByteString | |
Show (ShowTrace ByteString) Source # | |
Defined in Debug.TraceEmbrace.ByteString | |
Show (ShowTrace a) => Show (ShowTrace (Tagged t a)) Source # | |
Show (ShowTrace a) => Show (ShowTrace (Maybe a)) Source # | |
Show (ShowTrace a) => Show (ShowTrace [Tagged t a]) Source # | |
Show (ShowTrace a) => Show (ShowTrace [a]) Source # | |