penny-lib-0.4.0.0: Extensible double-entry accounting system - library

Safe HaskellSafe-Infered

Penny.Lincoln.HasText

Synopsis

Documentation

data Delimited a Source

Applying text to a Delimited type will give you a single Text with the delimiter interspersed between the values of the list.

Constructors

Delimited Text [a] 

Instances