@hackage text-display1.0.0.0
A typeclass for user-facing output
Categories
License
MIT
Maintainer
Hécate Moonlight
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- base >=4.12 && <5.0
- bytestring >=0.10 && <0.13
- text >=2.0.2 && <2.2
- text-builder-linear >=0.1.3 && <0.2 Show all…
Dependents (8)
@hackage/chapelure, @hackage/pg-entity, @hackage/snail, @hackage/one-time-password, @hackage/sel, @hackage/symbolize, Show all…
Package Flags
book
(off by default)
Enable the generation of the book
A Typeclass for user-facing output
The text-display library offers the Display typeclass for developers to print a textual representation of datatypes that does not
have to abide by the rules of the Show typeclass.