An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          




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][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