rawstring-qm-0.1.6: Simple raw string quotation and dictionary interpolation

Safe HaskellNone
LanguageHaskell2010

Data.String.QM

Synopsis

Documentation

qm :: QuasiQuoter Source

QuasiQuoter for interpolating '$var' and '{expr}' into a string literal. The pattern portion is undefined.