| Copyright | (c) digitally induced GmbH 2020 |
|---|---|
| Safe Haskell | None |
| Language | Haskell2010 |
IHP.Controller.Layout
Description
Documentation
setLayout :: (?context :: ControllerContext) => ((?context :: ControllerContext) => Layout) -> IO () Source #
newtype ViewLayout Source #
Constructors
| ViewLayout ((?context :: ControllerContext) => Layout) |