← All repos

text-show

Efficient conversion of values into Text

Browse cluster: Haskell tooling and libraries
608commits
7contributors
1languages

Tech stack & purpose

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.

Languages

Haskell
100.0%

Contributors