Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. fixedF :: Real a => Int -> a -> Builder

    fmt Fmt

    Format a floating-point number without scientific notation:

    >>> listF' (fixedF 5) [pi,0.1,10]
    "[3.14159, 0.10000, 10.00000]"
    

  2. prefixF :: Buildable a => Int -> a -> Builder

    fmt Fmt

    Take the first N characters:

    >>> prefixF 3 "hello"
    "hel"
    

  3. suffixF :: Buildable a => Int -> a -> Builder

    fmt Fmt

    Take the last N characters:

    >>> suffixF 3 "hello"
    "llo"
    

  4. prefixF :: Buildable a => Int -> a -> Builder

    fmt Fmt.Internal.Formatters

    Take the first N characters:

    >>> prefixF 3 "hello"
    "hel"
    

  5. suffixF :: Buildable a => Int -> a -> Builder

    fmt Fmt.Internal.Formatters

    Take the last N characters:

    >>> suffixF 3 "hello"
    "llo"
    

  6. fixedF :: Real a => Int -> a -> Builder

    fmt Fmt.Internal.Numeric

    Format a floating-point number without scientific notation:

    >>> listF' (fixedF 5) [pi,0.1,10]
    "[3.14159, 0.10000, 10.00000]"
    

  7. AnotherSubpixelOrder :: Int -> SubpixelOrder

    gi-cairo GI.Cairo.Enums

    Catch-all for unknown values

  8. AntialiasSubpixel :: Antialias

    gi-cairo GI.Cairo.Enums

    No description available in the introspection data.

  9. StatusInvalidMatrix :: Status

    gi-cairo GI.Cairo.Enums

    No description available in the introspection data.

  10. data SubpixelOrder

    gi-cairo GI.Cairo.Enums

    No description available in the introspection data.

Page 177 of many | Previous | Next