| WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell. | Contents | Index |
|
|
|
|
Synopsis |
|
|
|
Documentation |
|
data Style |
First class style elements. Intended for CSS2.
| Constructors | | Instances | |
|
|
using |
:: Monad m | | => Style | | -> (WithHTML x m b -> c) | a field constructor, typically HTMLField
| -> WithHTML x m b | | -> c | styled version of this constructor
| Attaches a style to a field constructor.
|
|
|
Produced by Haddock version 0.8 |