| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hledger.Write.Html.HtmlCommon
Description
Common definitions used by both Html.Blaze and Html.Lucid.
Documentation
class Lines border => Lines border where Source #
Methods
borderLines :: border -> [Text] Source #
Instances
| Lines NumLines Source # | |
Defined in Hledger.Write.Html.HtmlCommon Methods borderLines :: NumLines -> [Text] Source # | |
| Lines () Source # | |
Defined in Hledger.Write.Html.HtmlCommon Methods borderLines :: () -> [Text] Source # | |