Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
show-combinators Text.Show.Combinators Type of strings representing expressions, parameterized by the surrounding precedence level. This is the return type of flip showsPrec.
-
svg-builder Graphics.Svg.Attributes No documentation available.
defaultExprViaShow :: Show a => a -> Exprtree-diff Data.TreeDiff.Class An alternative implementation for literal types. We use show representation of them.
-
print and show in unicode This package provides variants of show and print functions that does not escape non-ascii characters. See README for usage. Run ghci with -interactive-print flag to print unicode characters. See Using a custom interactive printing function section in the GHC manual.
ushow :: Show a => a -> Stringunicode-show Text.Show.Unicode Show the input, and then replace Haskell character literals with the character it represents, for any Unicode printable characters except backslash, single and double quotation marks. If something fails, fallback to standard show.
ushowWith :: Show a => (Char -> Bool) -> a -> Stringunicode-show Text.Show.Unicode Show the input, and then replace character literals with the character itself, for characters that satisfy the given predicate.
_axis_show_labels :: AxisVisibility -> BoolChart Graphics.Rendering.Chart.Axis.Types Whether to display the labels.
_axis_show_line :: AxisVisibility -> BoolChart Graphics.Rendering.Chart.Axis.Types Whether to display a line along the axis.
_axis_show_ticks :: AxisVisibility -> BoolChart Graphics.Rendering.Chart.Axis.Types Whether to display the tick marks.
axis_show_labels :: Lens' AxisVisibility BoolChart Graphics.Rendering.Chart.Axis.Types No documentation available.