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. type Paragraph = Paragraph' String

    debian Debian.Control.String

    No documentation available.

  2. newtype Paragraph' a

    debian Debian.Control.String

    No documentation available.

  3. Paragraph :: [Field' a] -> Paragraph' a

    debian Debian.Control.Text

    No documentation available.

  4. type Paragraph = Paragraph' Text

    debian Debian.Control.Text

    No documentation available.

  5. newtype Paragraph' a

    debian Debian.Control.Text

    No documentation available.

  6. Paragraph :: [Field' a] -> Paragraph' a

    debian Debian.Control.TextLazy

    No documentation available.

  7. type Paragraph = Paragraph' Text

    debian Debian.Control.TextLazy

    No documentation available.

  8. newtype Paragraph' a

    debian Debian.Control.TextLazy

    No documentation available.

  9. module Debian.Pretty

    A constructor we can wrap around values to avoid any built in Pretty instance - for example, instance Pretty [a].

    • display is now prettyShow
    • display' is now prettyText
    • ppDisplay is now ppShow
    • ppDisplay' is now ppText

  10. newtype PP a

    debian Debian.Pretty

    This type is wrapped around values before we pretty print them so we can write our own Pretty instances for common types without polluting the name space of clients of this package with instances they don't want.

Page 824 of many | Previous | Next