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

    shower Shower.Printer

    A pretty document, with a Shower instance.

  2. module Data.String.ShowLines

    This module defines an extension of the Show class for displaying multi-line values. It serves the following purposes:

    1. provides a method with greater layout control of multiline values,
    2. provides a possibility to override the default Show behaviour for programs that use the extended ShowLines interface, and
    3. uses a ShowS intermediate value to avoid unnecessary concatenation of long strings.

  3. class Show sh => ShowLines sh

    swish Data.String.ShowLines

    ShowLines is a type class for values that may be formatted in multi-line displays.

  4. class ShowIO a

    tools-yj Text.Show.ToolsYj

    No documentation available.

  5. ShowType :: t -> ErrorMessage

    typenums Data.TypeLits

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

  6. type ShowS = String -> String

    constrained-categories Control.Category.Constrained.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.

  7. type ShowS = String -> String

    constrained-categories Control.Category.Hask

    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 ShowType

    copilot-interpreter Copilot.Interpret.Eval

    Target language for showing a typed value. Used to adapt the representation of booleans.

  9. type ShowS = String -> String

    copilot-language Copilot.Language.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. newtype Showly

    generic-data-functions Generic.Data.Function.Example

    No documentation available.

Page 43 of many | Previous | Next