Description
A Haskell support library that adds conversion instances for Text values. It helps generic conversion code work smoothly with Unicode text in applications and libraries.
Developers use it when source and target types often include Text. Conversions involving user-visible text should keep encoding, normalization, and failure behavior understandable.