Description
A typeclass for user-facing output.
Description
The Display
typeclass provides a solution for user-facing output that does not have to abide by the rules of the Show typeclass.
README.md
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.