@hackage raw-strings-qq1.1
Raw string literals for Haskell.
Categories
License
BSD-3-Clause
Maintainer
mikhail.glushenkov@gmail.com
Links
Versions
Installation
Dependencies (2)
- base <=10
- template-haskell >=2.5 Show all…
Dependents (109)
@hackage/microformats2-parser, @hackage/hermes, @hackage/krapsh, @hackage/eventlog2html, @hackage/tedious-web, @hackage/cabal-cache, Show all…
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.