Description
Provides a QuasiQuoter for non-interpolated strings, Text values, and ByteStrings. This makes it easier to embed raw multi-line text or byte-oriented content in Haskell source.
It is useful for fixtures, templates, documentation examples, test inputs, and generated content that should not perform interpolation. It is a compile-time developer library and has no standalone interface.