Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. ShowType :: t -> ErrorMessage

    type-errors Type.Errors

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

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

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

  4. class ShowWithAccuracy t

    aern2-mp AERN2.MP.Accuracy

    No documentation available.

  5. type ShowS = String -> String

    cabal-install-solver Distribution.Solver.Compat.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. ShowType :: t -> ErrorMessage

    clash-prelude Clash.Explicit.Prelude

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

  7. ShowType :: t -> ErrorMessage

    clash-prelude Clash.Explicit.Prelude.Safe

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

  8. type ShowS = String -> String

    clash-prelude Clash.HaskellPrelude

    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. ShowType :: t -> ErrorMessage

    clash-prelude Clash.Prelude

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

  10. ShowType :: t -> ErrorMessage

    clash-prelude Clash.Prelude.Safe

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

Page 210 of many | Previous | Next