Hoogle Search

Within LTS Haskell 24.19 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. showtlSpace :: Text

    text-show TextShow

    Construct a lazy Text containing a single space character. Since: 3.4

  2. showtlToShowb :: (a -> Text) -> a -> Builder

    text-show TextShow

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

  3. showbIArrayPrec :: (IArray a e, Ix i, TextShow i, TextShow e) => Int -> a i e -> Builder

    text-show TextShow.Data.Array

    Convert an IArray instance to a Builder with the given precedence. Since: 2

  4. showbChar :: Char -> Builder

    text-show TextShow.Data.Char

    Convert a Char to a Builder (surrounded by single quotes). Since: 2

  5. showbGeneralCategory :: GeneralCategory -> Builder

    text-show TextShow.Data.Char

    Convert a GeneralCategory to a Builder. Since: 2

  6. showbLitChar :: Char -> Builder

    text-show TextShow.Data.Char

    Convert a Char to a Builder (without single quotes). Since: 2

  7. showbLitString :: String -> Builder

    text-show TextShow.Data.Char

    Convert a String to a Builder (without double quotes). Since: 2

  8. showbString :: String -> Builder

    text-show TextShow.Data.Char

    Convert a String to a Builder (surrounded by double quotes). Since: 2

  9. showbFixed :: HasResolution a => Bool -> Fixed a -> Builder

    text-show TextShow.Data.Fixed

    Convert a Fixed value to a Builder, where the first argument indicates whether to chop off trailing zeroes. Since: 2

  10. showbEFloat :: RealFloat a => Maybe Int -> a -> Builder

    text-show TextShow.Data.Floating

    Show a signed RealFloat value using scientific (exponential) notation (e.g. 2.45e2, 1.5e-3). In the call showbEFloat digs val, if digs is Nothing, the value is shown to full precision; if digs is Just d, then at most d digits after the decimal point are shown. Since: 2

Page 64 of many | Previous | Next