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 Source #
Constructors
JavaScript |
Instances
Constructors
Css |
Instances
data WebComponent Source #
Constructors
WebComponent |
Instances
linkedImageBlaze :: Text -> MarkupM () Source #
linkedJavaScriptBlaze :: Text -> MarkupM () Source #
linkedCssBlaze :: Text -> MarkupM () Source #
linkedWebComponentBlaze :: Text -> MarkupM () Source #