hledger-lib-1.41: A library providing the core functionality of hledger
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hledger.Write.Html

Description

Common definitions for Html.Blaze and Html.Lucid

Documentation

class Lines border => Lines border where Source #

Methods

borderLines :: border -> [Text] Source #

Instances

Instances details
Lines NumLines Source # 
Instance details

Defined in Hledger.Write.Html

Lines () Source # 
Instance details

Defined in Hledger.Write.Html

Methods

borderLines :: () -> [Text] Source #

borderStyles :: Lines border => Cell border text -> [Text] Source #