Description
A Haskell library for here documents and interpolated strings using quasiquotation. It lets developers write multi-line text blocks and embed values in source code more conveniently.
Developers use it for templates, test fixtures, generated text, SQL snippets, and documentation examples. Interpolated text should still be escaped correctly for the target format to avoid broken output or injection bugs.