here-1.2.12: Here docs & interpolated strings via quasiquotation

Safe HaskellSafe
LanguageHaskell98

Data.String.Here.Uninterpolated

Description

Literal, uninterpolated here docs

Synopsis

Documentation

here :: QuasiQuoter Source #

Quote a here doc, stripping leading and trailing whitespace

hereFile :: QuasiQuoter Source #

Splice a file's contents as a here doc

hereLit :: QuasiQuoter Source #

Quote a here doc literally, with no whitespace stripping