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. showFunction :: Function -> Text

    registry Data.Registry.Internal.Types

    Show a Function as Text using its Description

  2. showValue :: Value -> Text

    registry Data.Registry.Internal.Types

    Show a Value from the Registry

  3. show' :: (IsString s, Show a) => a -> s

    row-types Data.Row.Internal

    A helper function for showing labels

  4. showType :: HasKind a => a -> String

    sbv Data.SBV

    No documentation available.

  5. showType :: HasKind a => a -> String

    sbv Data.SBV.Dynamic

    No documentation available.

  6. showBFloat :: (Show a, RealFloat a) => a -> ShowS

    sbv Data.SBV.Internals

    Show a float as a binary

  7. showCDouble :: Double -> String

    sbv Data.SBV.Internals

    A version of show for doubles that generates correct C literals for nan/infinite. NB. Requires "math.h" to be included.

  8. showCFloat :: Float -> String

    sbv Data.SBV.Internals

    A version of show for floats that generates correct C literals for nan/infinite. NB. Requires "math.h" to be included.

  9. showFloatAtBase :: (Show a, RealFloat a) => Int -> a -> ShowS

    sbv Data.SBV.Internals

    Like Haskell's showHFloat, but uses arbitrary base instead. Note that the exponent is always written in decimal. Let the exponent value be d: If base=10, then we use e to denote the exponent; meaning 10^d If base is a power of 2, then we use p to denote the exponent; meaning 2^d Otherwise, we use @ to denote the exponent, and it means base^d

  10. showHDouble :: Double -> String

    sbv Data.SBV.Internals

    A version of show for doubles that generates correct Haskell literals for nan/infinite

Page 122 of many | Previous | Next