Hoogle Search

Within LTS Haskell 24.8 (ghc-9.10.2)

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

  1. show :: Show a => a -> String

    rebase Rebase.Prelude

    A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.

  2. show :: Show a => a -> String

    base-prelude BasePrelude

    A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.

  3. show :: Show a => a -> String

    mixed-types-num Numeric.MixedTypes.PreludeHiding

    A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.

  4. show :: Show a => a -> String

    LambdaHack Game.LambdaHack.Core.Prelude

    A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.

  5. show :: Parser Text

    attoparsec-data Attoparsec.Data

    Parse the output of the show function applied to String or Text into what was used for its input.

  6. show :: Show a => a -> String

    cabal-install-solver Distribution.Solver.Compat.Prelude

    A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.

  7. show :: forall b a . (Show a, IsString b) => a -> b

    incipit-base Incipit.String.Conversion

    Generalized version of show. Unlike show this function is polymorphic in its result type. This makes it more convenient to work with data types like Text or ByteString. However, if you pass the result of show to a function that expects polymorphic argument, this can break type inference, so use -XTypeApplications to specify the textual type explicitly.

    >>> show (42 :: Int)
    "42"
    
    >>> show (42 :: Double)
    "42.0"
    
    >>> print (show @Text True)
    "True"
    

  8. show :: Show a => a -> String

    tidal-core Sound.Tidal.Show

    A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.

  9. show :: Show a => a -> String

    clash-prelude Clash.HaskellPrelude

    A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.

  10. show :: Show a => a -> String

    dimensional Numeric.Units.Dimensional.Prelude

    A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.

Page 12 of many | Previous | Next