Description
Provides a parameterized named text type and related functionality for Haskell. Named text can make code clearer by attaching a type-level meaning to otherwise plain text values.
It is useful for APIs, configuration, domain models, and validation code where confusing one text field with another would be easy. It is a developer library and has no standalone interface.