trace-embrace
Safe HaskellNone
LanguageGHC2024

Debug.TraceEmbrace.ByteString

Synopsis

Documentation

showLbsAsIs :: ByteString -> [ByteString] Source #

Show ByteString structure.

>>> showLbsAsIs ("a" <> "b")

newtype ShowTrace a Source #

Wrap value which has opaque Show instance.

Constructors

ShowTrace 

Fields

Instances

Instances details
Show (ShowTrace ByteString) Source # 
Instance details

Defined in Debug.TraceEmbrace.ByteString

Show (ShowTrace ByteString) Source # 
Instance details

Defined in Debug.TraceEmbrace.ByteString

Show (ShowTrace a) => Show (ShowTrace (Tagged t a)) Source # 
Instance details

Defined in Debug.TraceEmbrace.ByteString

Methods

showsPrec :: Int -> ShowTrace (Tagged t a) -> ShowS #

show :: ShowTrace (Tagged t a) -> String #

showList :: [ShowTrace (Tagged t a)] -> ShowS #

Show (ShowTrace a) => Show (ShowTrace (Maybe a)) Source # 
Instance details

Defined in Debug.TraceEmbrace.ByteString

Show (ShowTrace a) => Show (ShowTrace [Tagged t a]) Source # 
Instance details

Defined in Debug.TraceEmbrace.ByteString

Methods

showsPrec :: Int -> ShowTrace [Tagged t a] -> ShowS #

show :: ShowTrace [Tagged t a] -> String #

showList :: [ShowTrace [Tagged t a]] -> ShowS #

Show (ShowTrace a) => Show (ShowTrace [a]) Source # 
Instance details

Defined in Debug.TraceEmbrace.ByteString

Methods

showsPrec :: Int -> ShowTrace [a] -> ShowS #

show :: ShowTrace [a] -> String #

showList :: [ShowTrace [a]] -> ShowS #