@hackage text-display0.0.4.0
A typeclass for user-facing output
Categories
License
MIT
Maintainer
Hécate Moonlight
Links
Versions
Installation
Tested Compilers
Dependencies (3)
- base >=4.12 && <5.0
- bytestring >=0.10 && <0.12
- text >=2.0 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 for developers to print a textual representation of datatypes that does not
have to abide by the rules of the Show typeclass.