ST package:text-show
TextShow instance for GCStats.
Since: 2
O(1). A Builder taking a
String, satisfying
Performs replacement on invalid scalar values:
>>> fromString "\55555"
"\65533"
showbList function for an application of the type constructor
based on
showbPrec and
showbList functions for the
argument type. The default implementation using standard list syntax
is correct for most types.
Since: 3
showbList function for an application of the type constructor
based on
showbPrec and
showbList functions for the
argument types. The default implementation using standard list syntax
is correct for most types.
Since: 3
Converts a list of values to a
Builder. By default, this is
defined as
'showbList = showbListWith showb,
but it can be overridden to allow for specialized displaying of lists
(e.g., lists of
Chars).
Since: 2
Convert a
ShowS-based show function to a
Builder-based
one.
Since: 3
Convert a
Builder to a
String (without surrounding it
with double quotes, as
show would).
Since: 2
TextShow instances for data types in the
bytestring
library.
Since: 2
Convert a
String to a
Builder (surrounded by double
quotes).
Since: 2