| Copyright | (c) Athan L. Clark |
|---|---|
| License | MIT |
| Maintainer | Athan L. Clark <athan.clark@gmail.com> |
| Stability | experimental |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.Markup.Library
Description
This module enumerates the expected behavior for each type of asset to be deployed.
Documentation
Constructors
| Image |
Instances
data JavaScript #
Constructors
| JavaScript |
Instances
Constructors
| Css |
Instances
data WebComponent #
Constructors
| WebComponent |
Instances
linkedImageLucid :: Monad m => Text -> HtmlT m () #
linkedImageBlaze :: Text -> MarkupM () #
linkedJavaScriptLucid :: Monad m => Text -> HtmlT m () #
linkedJavaScriptBlaze :: Text -> MarkupM () #
linkedCssLucid :: Monad m => Text -> HtmlT m () #
linkedCssBlaze :: Text -> MarkupM () #
linkedWebComponentLucid :: Monad m => Text -> HtmlT m () #
linkedWebComponentBlaze :: Text -> MarkupM () #