Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. 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.

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

    web-rep Web.Rep.Page

    No documentation available.

  3. data Page a

    cql-io Database.CQL.IO

    Return value of paginate. Contains the actual result values as well as an indication of whether there is more data available and the actual action to fetch the next page.

  4. Page :: Bool -> [a] -> Client (Page a) -> Page a

    cql-io Database.CQL.IO

    No documentation available.

  5. type Page (views :: [Type]) = View Root views ()

    hyperbole Web.Hyperbole

    Conceptually, an application is dividied up into multiple Pages. Each page module should have a function that returns a Page. The Page itself is a View with a type-level list of HyperViews used on the page.

    #EMBED ExampleDocsMultiView.hs page
    

  6. module Web.Hyperbole.Page

    No documentation available.

  7. type Page (views :: [Type]) = View Root views ()

    hyperbole Web.Hyperbole.Page

    Conceptually, an application is dividied up into multiple Pages. Each page module should have a function that returns a Page. The Page itself is a View with a type-level list of HyperViews used on the page.

    #EMBED ExampleDocsMultiView.hs page
    

  8. data Page

    nsis Development.NSIS

    No documentation available.

  9. data Page

    pdf-toolbox-document Pdf.Document.Internal.Types

    Pdf document page

  10. Page :: Pdf -> Ref -> Dict -> Page

    pdf-toolbox-document Pdf.Document.Internal.Types

    No documentation available.

Page 2 of many | Previous | Next