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.
-
units Data.Metrology.Z No documentation available.
type family
PSym1 (a6989586621679073351 :: Z) :: Zunits Data.Metrology.Z No documentation available.
type family
Pred (z :: Z) :: Zunits Data.Metrology.Z Subtract one from an integer
-
No documentation available.
-
No documentation available.
-
wai-middleware-static Network.Wai.Middleware.Static Take an incoming URI and optionally modify or filter it. The result will be treated as a filepath.
PublicStaticCaching :: CachingStrategywai-middleware-static Network.Wai.Middleware.Static Send common caching headers for public (non dynamic) static files
-
web-rep Web.Rep 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 No documentation available.
-
web-rep Web.Rep 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)?