Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
axis_show_line :: Lens' AxisVisibility BoolChart Graphics.Rendering.Chart.Axis.Types No documentation available.
axis_show_ticks :: Lens' AxisVisibility BoolChart Graphics.Rendering.Chart.Axis.Types No documentation available.
toShowS :: Elevator e => e -> ShowSColor Graphics.Color.Algebra This is a pretty printer for the value.
toShowS :: Elevator e => e -> ShowSColor Graphics.Color.Model This is a pretty printer for the value.