@hackage layout0.0.0.1
Turn values into pretty text or markup
Categories
License
BSD-3-Clause
Maintainer
hackage@roberthensing.nl
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (3)
- base >=4 && <5
- convertible
- hinduce-missingh >=0.0.0.0 Show all…
Dependents (4)
@hackage/hinduce-classifier, @hackage/hinduce-classifier-decisiontree, @hackage/hinduce-examples, @hackage/acme-everything
A library for turning values into text or markup. Flexibility
is achieved by separating the semantics from the formatting
implementation. This way, a function can output, for example,
a table, which can then be rendered to any format.
This library provides standard objects that can be formatted,
in module Text.Layout.Objects. It also provides data types for
a few formats. These data types are glued together with
instances of Convertible