Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. showDouble :: R -> String

    LPFP-core LPFPCore.SimpleVec

    No documentation available.

  2. showt :: [Tableau] -> String

    MultipletCombiner Physics.MultipletCombiner

    Show like function to display a list of tableaux.

  3. showBin :: BV -> String

    bv Data.BitVector

    Show a bit-vector in binary form.

  4. showHex :: BV -> String

    bv Data.BitVector

    Show a bit-vector in hexadecimal form.

  5. showOct :: BV -> String

    bv Data.BitVector

    Show a bit-vector in octal form.

  6. showIntegral :: Integral a => a -> String

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  7. showList :: Show a => [a] -> ShowS

    classy-prelude-yesod ClassyPrelude.Yesod

    The method showList is provided to allow the programmer to give a specialised way of showing lists of values. For example, this is used by the predefined Show instance of the Char type, where values of type String should be shown in double quotes, rather than between square brackets.

  8. showsPrec :: Show a => Int -> a -> ShowS

    classy-prelude-yesod ClassyPrelude.Yesod

    Convert a value to a readable String. showsPrec should satisfy the law

    showsPrec d x r ++ s  ==  showsPrec d x (r ++ s)
    
    Derived instances of Read and Show satisfy the following: That is, readsPrec parses the string produced by showsPrec, and delivers the value that showsPrec started with.

  9. showChar :: Char -> ShowS

    constrained-categories Control.Category.Constrained.Prelude

    utility function converting a Char to a show function that simply prepends the character unchanged.

  10. showList :: Show a => [a] -> ShowS

    constrained-categories Control.Category.Constrained.Prelude

    The method showList is provided to allow the programmer to give a specialised way of showing lists of values. For example, this is used by the predefined Show instance of the Char type, where values of type String should be shown in double quotes, rather than between square brackets.

Page 165 of many | Previous | Next