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.
-
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.
Page :: Markup -> Markup -> Css -> Js -> Js -> Markup -> Markup -> Pageweb-rep Web.Rep.Page No documentation available.
-
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.
Page :: Bool -> [a] -> Client (Page a) -> Page acql-io Database.CQL.IO No documentation available.
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
-
No documentation available.
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
-
nsis Development.NSIS No documentation available.
-
pdf-toolbox-document Pdf.Document.Internal.Types Pdf document page
Page :: Pdf -> Ref -> Dict -> Pagepdf-toolbox-document Pdf.Document.Internal.Types No documentation available.