Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. type ShowsPrec a = (Int -> a -> ShowS, [a] -> ShowS)

    generic-data Generic.Data.Internal.Show

    No documentation available.

  2. newtype ShowJ a

    om-show OM.Show

    Wrapper whose Show instance outputs JSON. Especially useful with `-XDerivingVia` e.g.

    newtype Foo = Foo SomeType
    deriving Show via (ShowJ SomeType)
    
    This will cause @show (foo :: Foo) to output the JSON representation of SomeType.

  3. ShowJ :: a -> ShowJ a

    om-show OM.Show

    No documentation available.

  4. type ShowS = String -> String

    prelude-compat Prelude2010

    The shows functions return a function that prepends the output String to an existing String. This allows constant-time concatenation of results using function composition.

  5. type ShowS = String -> String

    rebase Rebase.Prelude

    The shows functions return a function that prepends the output String to an existing String. This allows constant-time concatenation of results using function composition.

  6. type ShowFields = ShowS

    show-combinators Text.Show.Combinators

    Strings representing a set of record fields separated by commas. They can be constructed using (.=.) and (@|), or using showField and appendFields.

  7. type ShowS = String -> String

    base-prelude BasePrelude

    The shows functions return a function that prepends the output String to an existing String. This allows constant-time concatenation of results using function composition.

  8. data ShowDateParts

    citeproc Citeproc.Types

    No documentation available.

  9. type ShowS = String -> String

    mixed-types-num Numeric.MixedTypes.PreludeHiding

    The shows functions return a function that prepends the output String to an existing String. This allows constant-time concatenation of results using function composition.

  10. type ShowConstantTermsSQL = LiteralSQL

    relational-query Database.Relational.Arrow

    Deprecated: Use LiteralSQL instead of this.

Page 208 of many | Previous | Next