https://github.com/haskell-text/text-display
A Typeclass for user-facing output
https://github.com/haskell-text/text-display
display haskell text
Last synced: 3 days ago
JSON representation
A Typeclass for user-facing output
- Host: GitHub
- URL: https://github.com/haskell-text/text-display
- Owner: haskell-text
- License: mit
- Created: 2021-10-20T02:06:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-15T23:14:16.000Z (about 1 month ago)
- Last Synced: 2026-01-14T19:39:13.994Z (8 days ago)
- Topics: display, haskell, text
- Language: Haskell
- Homepage:
- Size: 180 KB
- Stars: 57
- Watchers: 3
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
> *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][Show].
## Documentation
* [Tutorial for new users][tutorial]
* [API Reference][reference]
* [Design of the library][design]
* [Comparison with other libraries][comparison]
[Show]: https://hackage.haskell.org/package/base/docs/Text-Show.html#v:Show
[tutorial]: https://hackage.haskell.org/package/text-display/docs/doc/book/Tutorial.html
[design]: https://hackage.haskell.org/package/text-display/docs/doc/book/Design.html
[reference]: https://hackage.haskell.org/package/text-display/docs/Data-Text-Display.html
[comparison]: https://hackage.haskell.org/package/text-display/docs/doc/book/Comparison.html