Efficient conversion of values into Text
Browse cluster: Haskell tooling and libraries →The `text-show` project is a Haskell library that provides efficient conversion of values into Text, offering a replacement for the `Show` typeclass designed to work with `Text` instead of `String`s. Built in Haskell and created by Ryan G. L. Scott, the library includes support for automatically deriving `TextShow` instances through Template Haskell and Generic modules. It provides instances for data types from core Haskell packages including `array`, `base`, `bytestring`, and `text`, with a deliberate policy of keeping dependencies minimal.