BSD-3-Clause licensed by Mikhail Glushenkov
Maintained by [email protected]
This version can be pinned in stack with:raw-strings-qq-1.1@sha256:3ea0f14f036649e3576749aef0db4dd0b1102c5331f2e0e2551250e2030ce669,1467

Module documentation for 1.1

A quasiquoter for raw string literals - that is, string literals that don't recognise the standard escape sequences (such as '\n'). Basically, they make your code more readable by freeing you from the responsibility to escape backslashes. They are useful when working with regular expressions, DOS/Windows paths and markup languages (such as XML).

See examples/RawRegex.hs for a usage example.