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. showbPrecToShowsPrec :: (Int -> a -> Builder) -> Int -> a -> ShowS

    text-show TextShow

    Convert a precedence-aware Builder-based show function to a ShowS-based one. Since: 3

  2. showbPrecToShowtPrec :: (Int -> a -> Builder) -> Int -> a -> Text

    text-show TextShow

    Convert a precedence-aware Builder-based show function to a strict Text-based one. Since: 3.4

  3. showbPrecToShowtlPrec :: (Int -> a -> Builder) -> Int -> a -> Text

    text-show TextShow

    Convert a precedence-aware Builder-based show function to a lazy Text-based one. Since: 3.4

  4. showbSpace :: Builder

    text-show TextShow

    Construct a Builder containing a single space character. Since: 2

  5. showbToShows :: (a -> Builder) -> a -> ShowS

    text-show TextShow

    Convert a Builder-based show function to a ShowS-based one. Since: 3

  6. showbToShowt :: (a -> Builder) -> a -> Text

    text-show TextShow

    Convert a Builder-based show function to a strict Text-based one. Since: 3

  7. showbToShowtl :: (a -> Builder) -> a -> Text

    text-show TextShow

    Convert a Builder-based show function to a lazy Text-based one. Since: 3

  8. showbUnaryWith :: (Int -> a -> Builder) -> Builder -> Int -> a -> Builder

    text-show TextShow

    showbUnaryWith sp n p x produces the Builder representation of a unary data constructor with name n and argument x, in precedence context p, using the function sp to show occurrences of the type argument. Since: 2

  9. showsPrecToShowbPrec :: (Int -> a -> ShowS) -> Int -> a -> Builder

    text-show TextShow

    Convert a precedence-aware ShowS-based show function to a Builder-based one. Since: 3

  10. showsToShowb :: (a -> ShowS) -> a -> Builder

    text-show TextShow

    Convert a ShowS-based show function to a Builder-based one. Since: 3

Page 95 of many | Previous | Next