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.
-
web-rep Web.Rep Configuration options when rendering a Page.
-
web-rep Web.Rep No documentation available.
-
web-rep Web.Rep Various ways that a Html file can be structured.
type
Parser = ParserT PureModeweb-rep Web.Rep.Internal.FlatParse The type of pure parsers.
-
Representations of a web page, covering Html, CSS & JS artifacts.
-
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.
-
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)?
-
web-rep Web.Rep.Page Configuration options when rendering a Page.
-
web-rep Web.Rep.Page No documentation available.