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.

  1. ushow :: Show a => a -> String

    unicode-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.

  2. ushowWith :: Show a => (Char -> Bool) -> a -> String

    unicode-show Text.Show.Unicode

    Show the input, and then replace character literals with the character itself, for characters that satisfy the given predicate.

  3. _axis_show_labels :: AxisVisibility -> Bool

    Chart Graphics.Rendering.Chart.Axis.Types

    Whether to display the labels.

  4. _axis_show_line :: AxisVisibility -> Bool

    Chart Graphics.Rendering.Chart.Axis.Types

    Whether to display a line along the axis.

  5. _axis_show_ticks :: AxisVisibility -> Bool

    Chart Graphics.Rendering.Chart.Axis.Types

    Whether to display the tick marks.

  6. axis_show_labels :: Lens' AxisVisibility Bool

    Chart Graphics.Rendering.Chart.Axis.Types

    No documentation available.

  7. axis_show_line :: Lens' AxisVisibility Bool

    Chart Graphics.Rendering.Chart.Axis.Types

    No documentation available.

  8. axis_show_ticks :: Lens' AxisVisibility Bool

    Chart Graphics.Rendering.Chart.Axis.Types

    No documentation available.

  9. toShowS :: Elevator e => e -> ShowS

    Color Graphics.Color.Algebra

    This is a pretty printer for the value.

  10. toShowS :: Elevator e => e -> ShowS

    Color Graphics.Color.Model

    This is a pretty printer for the value.

Page 289 of many | Previous | Next