Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. showsMapFPrec :: (Int -> k -> ShowS) -> (Int -> v -> ShowS) -> (Int -> r -> ShowS) -> Int -> MapF k v r -> ShowS

    yaya-containers Yaya.Containers.Pattern.Map

    No documentation available.

  2. showHFloat :: RealFloat a => a -> ShowS

    FloatingHex Data.Numbers.FloatingHex

    Show a floating-point value in the hexadecimal format, similar to the %a specifier in C's printf.

    >>> showHFloat (212.21 :: Double) ""
    "0x1.a86b851eb851fp7"
    
    >>> showHFloat (-12.76 :: Float) ""
    "-0x1.9851ecp3"
    
    >>> showHFloat (-0 :: Double) ""
    "-0x0p+0"
    

  3. showSqlError :: SqlError -> String

    HDBC-session Database.HDBC.Session

    show SqlError not to show String fields.

  4. showStats :: IntervalMap k a -> (Int, Int, Int)

    IntervalMap Data.IntervalMap.Generic.Lazy

    Tree statistics (size, height, maxHeight size). For testing/debugging only.

  5. showStats :: IntervalMap k a -> (Int, Int, Int)

    IntervalMap Data.IntervalMap.Generic.Strict

    Tree statistics (size, height, maxHeight size). For testing/debugging only.

  6. showStats :: IntervalMap k a -> (Int, Int, Int)

    IntervalMap Data.IntervalMap.Lazy

    Tree statistics (size, height, maxHeight size). For testing/debugging only.

  7. showStats :: IntervalMap k a -> (Int, Int, Int)

    IntervalMap Data.IntervalMap.Strict

    Tree statistics (size, height, maxHeight size). For testing/debugging only.

  8. showDouble :: R -> String

    LPFP-core LPFPCore.SimpleVec

    No documentation available.

  9. showt :: [Tableau] -> String

    MultipletCombiner Physics.MultipletCombiner

    Show like function to display a list of tableaux.

  10. showBin :: BV -> String

    bv Data.BitVector

    Show a bit-vector in binary form.

Page 165 of many | Previous | Next