Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. data PageWidth

    prettyprinter Prettyprinter.Internal

    Maximum number of characters that fit in one line. The layout algorithms will try not to exceed the set limit by inserting line breaks when applicable (e.g. via softline').

  2. PageMode :: Bool -> Mode

    ghc GHC.Utils.Ppr

    Normal

  3. data PageContent url

    yesod-core Yesod.Core.Types

    Content for a web page. By providing this datatype, we can easily create generic site templates, which would have the type signature:

    PageContent url -> HtmlUrl url
    

  4. PageContent :: Html -> !Maybe Text -> !HtmlUrl url -> !HtmlUrl url -> PageContent url

    yesod-core Yesod.Core.Types

    No documentation available.

  5. data PageContent url

    yesod-core Yesod.Core.Widget

    Content for a web page. By providing this datatype, we can easily create generic site templates, which would have the type signature:

    PageContent url -> HtmlUrl url
    

  6. PageContent :: Html -> !Maybe Text -> !HtmlUrl url -> !HtmlUrl url -> PageContent url

    yesod-core Yesod.Core.Widget

    No documentation available.

  7. PageMode :: Mode

    haskell-src-exts Language.Haskell.Exts.Pretty

    Normal rendering (lineLength and ribbonsPerLine respected').

  8. PageMode :: Mode

    HTF Test.Framework.Pretty

    Normal rendering (lineLength and ribbonsPerLine respected').

  9. PageDir :: PageDir -> Attribute

    graphviz Data.GraphViz.Attributes.Complete

    Valid for: G; Default: Bl

  10. data PageDir

    graphviz Data.GraphViz.Attributes.Complete

    Upper-case first character is major order; lower-case second character is minor order.

Page 219 of many | Previous | Next