Description
Converts Haskell values into Text efficiently. It is similar in purpose to showing values as strings, but targets Text directly for programs that already use text-oriented APIs.
It is useful for diagnostics, logs, serialization helpers, command-line output, and generated messages. Developers should still design user-facing messages carefully instead of exposing raw internal values when clarity matters.