Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. Shown :: WindowStatus

    GLUT Graphics.UI.GLUT.Window

    No documentation available.

  2. ShowConstructor :: Expr s a -> Expr s a

    dhall Dhall.Core

    ShowConstructor x                        ~  showConstructor x
    

  3. ShowConstructorNotOnUnion :: TypeMessage s a

    dhall Dhall.TypeCheck

    No documentation available.

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

    generic-data Generic.Data.Internal.Show

    No documentation available.

  5. 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.

  6. ShowJ :: a -> ShowJ a

    om-show OM.Show

    No documentation available.

  7. 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.

  8. 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.

  9. 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.

  10. 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.

Page 32 of many | Previous | Next