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.

  1. type PrecShowS = Int -> ShowS

    show-combinators Text.Show.Combinators

    Type of strings representing expressions, parameterized by the surrounding precedence level. This is the return type of flip showsPrec.

  2. XlinkShow_ :: AttrTag

    svg-builder Graphics.Svg.Attributes

    No documentation available.

  3. defaultExprViaShow :: Show a => a -> Expr

    tree-diff Data.TreeDiff.Class

    An alternative implementation for literal types. We use show representation of them.

  4. package unicode-show

    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.

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

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

  7. _axis_show_labels :: AxisVisibility -> Bool

    Chart Graphics.Rendering.Chart.Axis.Types

    Whether to display the labels.

  8. _axis_show_line :: AxisVisibility -> Bool

    Chart Graphics.Rendering.Chart.Axis.Types

    Whether to display a line along the axis.

  9. _axis_show_ticks :: AxisVisibility -> Bool

    Chart Graphics.Rendering.Chart.Axis.Types

    Whether to display the tick marks.

  10. axis_show_labels :: Lens' AxisVisibility Bool

    Chart Graphics.Rendering.Chart.Axis.Types

    No documentation available.

Page 288 of many | Previous | Next