Description
Provides word-wrapping utilities for Haskell text output. Word wrapping breaks long text into lines that fit a target width without splitting words unnecessarily.
It is useful for terminal output, help text, reports, generated documentation, email, and plain-text interfaces. Applications should consider wide Unicode characters and indentation when wrapping user-visible text.