Description
Provides a QuasiQuoter for Perl 6-style multi-line interpolated strings in Haskell. This helps developers write larger text blocks with embedded values without awkward escaping or concatenation.
It is useful for generated code, templates, messages, queries, and tests that include multi-line text. It is a compile-time library feature, not a standalone text tool.