Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. showsBinary1 :: (Show1 f, Show1 g, Show a) => String -> Int -> f a -> g a -> ShowS

    base Data.Functor.Classes

    Deprecated: Use showsBinaryWith to define liftShowsPrec

  2. showsBinaryWith :: (Int -> a -> ShowS) -> (Int -> b -> ShowS) -> String -> Int -> a -> b -> ShowS

    base Data.Functor.Classes

    showsBinaryWith sp1 sp2 n d x y produces the string representation of a binary data constructor with name n and arguments x and y, in precedence context d.

  3. showsPrec1 :: (Show1 f, Show a) => Int -> f a -> ShowS

    base Data.Functor.Classes

    Lift the standard showsPrec and showList functions through the type constructor.

  4. showsPrec2 :: (Show2 f, Show a, Show b) => Int -> f a b -> ShowS

    base Data.Functor.Classes

    Lift the standard showsPrec function through the type constructor.

  5. showsUnary :: Show a => String -> Int -> a -> ShowS

    base Data.Functor.Classes

    Deprecated: Use showsUnaryWith to define liftShowsPrec

  6. showsUnary1 :: (Show1 f, Show a) => String -> Int -> f a -> ShowS

    base Data.Functor.Classes

    Deprecated: Use showsUnaryWith to define liftShowsPrec

  7. showsUnaryWith :: (Int -> a -> ShowS) -> String -> Int -> a -> ShowS

    base Data.Functor.Classes

    showsUnaryWith sp n d x produces the string representation of a unary data constructor with name n and argument x, in precedence context d.

  8. showsTypeRep :: TypeRep -> ShowS

    base Data.Typeable

    Show a type representation

  9. showVersion :: Version -> String

    base Data.Version

    Provides one possible concrete representation for Version. For a version with versionBranch = [1,2,3] and versionTags = ["tag1","tag2"], the output will be 1.2.3-tag1-tag2.

  10. showBin :: Integral a => a -> ShowS

    base Numeric

    Show non-negative Integral numbers in base 2.

Page 48 of many | Previous | Next