Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. data PageConfig

    web-rep Web.Rep

    Configuration options when rendering a Page.

  2. PageConfig :: PageConcerns -> PageStructure -> RenderStyle -> Concerns FilePath -> [FilePath] -> PageConfig

    web-rep Web.Rep

    No documentation available.

  3. data PageStructure

    web-rep Web.Rep

    Various ways that a Html file can be structured.

  4. type Parser = ParserT PureMode

    web-rep Web.Rep.Internal.FlatParse

    The type of pure parsers.

  5. module Web.Rep.Page

    Representations of a web page, covering Html, CSS & JS artifacts.

  6. data Page

    web-rep Web.Rep.Page

    Components of a web page. A web page can take many forms but still have the same underlying representation. For example, CSS can be linked to in a separate file, or can be inline within html, but still be the same css and have the same expected external effect. A Page represents the practical components of what makes up a static snapshot of a web page.

  7. Page :: Markup -> Markup -> Css -> Js -> Js -> Markup -> Markup -> Page

    web-rep Web.Rep.Page

    No documentation available.

  8. data PageConcerns

    web-rep Web.Rep.Page

    Is the rendering to include all Concerns (typically in a html file) or be separated (tyypically into separate files and linked in the html file)?

  9. data PageConfig

    web-rep Web.Rep.Page

    Configuration options when rendering a Page.

  10. PageConfig :: PageConcerns -> PageStructure -> RenderStyle -> Concerns FilePath -> [FilePath] -> PageConfig

    web-rep Web.Rep.Page

    No documentation available.

Page 1082 of many | Previous | Next