Description
Provides an efficient builder for strict Haskell Text. Builders help assemble text in pieces without repeatedly copying intermediate strings.
It is useful for rendering, logging, generated files, web responses, reports, and command-line output. It is a developer library and works inside applications that need efficient text construction.