text-display: A typeclass for user-facing output

[ library, mit, text ] [ Propose Tags ]

The Display typeclass provides a solution for user-facing output that does not have to abide by the rules of the Show typeclass.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
book

Enable the generation of the book

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1.0, 0.0.2.0, 0.0.3.0, 0.0.4.0, 0.0.5.0, 0.0.5.1, 0.0.5.2
Change log CHANGELOG.md
Dependencies base (>=4.12 && <5.0), bytestring (>=0.10 && <0.13), directory, literatex, shake, text (>=2.0) [details]
License MIT
Author Hécate Moonlight
Maintainer Hécate Moonlight
Category Text
Home page https://hackage.haskell.org/package/text-display-0.0.5.0/docs/doc/book/Introduction.html
Bug tracker https://github.com/haskell-text/text-display/issues
Source repo head: git clone https://github.com/haskell-text/text-display
Uploaded by hecate at 2024-04-07T12:45:42Z
Distributions NixOS:0.0.5.1
Reverse Dependencies 7 direct, 2 indirect [details]
Executables book
Downloads 991 total (82 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for text-display-0.0.5.2

[back to package description]

CI badge made with Haskell Hackage

Buy Me a Coffee at ko-fi.com

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.

Documentation