Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

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

  2. data ShowDateParts

    citeproc Citeproc.Types

    No documentation available.

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

  4. type ShowConstantTermsSQL = LiteralSQL

    relational-query Database.Relational.Arrow

    Deprecated: Use LiteralSQL instead of this.

  5. type ShowConstantTermsSQL = LiteralSQL

    relational-query Database.Relational.ProjectableClass

    Deprecated: Use LiteralSQL instead of this.

  6. ShowCursor :: Command

    terminal System.Terminal.Internal

    No documentation available.

  7. ShowType :: t -> ErrorMessage

    type-errors Type.Errors

    Pretty print the type. ShowType :: k -> ErrorMessage

  8. type family ShowTypeQuoted (t :: k) :: ErrorMessage

    type-errors Type.Errors

    Like ShowType, but quotes the type if necessary.

    >>> :show_error ShowTypeQuoted Int
    ...
    ... 'Int'
    ...
    
    >>> :show_error ShowTypeQuoted "symbols aren't quoted"
    ...
    ... "symbols aren't quoted"
    ...
    

  9. type ShowS = String -> String

    LambdaHack Game.LambdaHack.Core.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.

  10. class ShowWithAccuracy t

    aern2-mp AERN2.MP.Accuracy

    No documentation available.

Page 33 of many | Previous | Next