Description
Provides raw string literals for Haskell through quasiquotation. Raw strings make it easier to embed text that contains backslashes, quotes, regular expressions, or multi-line content.
It is useful for tests, templates, SQL snippets, regexes, documentation examples, and generated text. It is a compile-time developer library and has no standalone interface.