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.
type
Paragraph = Paragraph' Stringdebian Debian.Control.String No documentation available.
-
debian Debian.Control.String No documentation available.
Paragraph :: [Field' a] -> Paragraph' adebian Debian.Control.Text No documentation available.
type
Paragraph = Paragraph' Textdebian Debian.Control.Text No documentation available.
-
debian Debian.Control.Text No documentation available.
Paragraph :: [Field' a] -> Paragraph' adebian Debian.Control.TextLazy No documentation available.
type
Paragraph = Paragraph' Textdebian Debian.Control.TextLazy No documentation available.
-
debian Debian.Control.TextLazy No documentation available.
-
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
-
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.