module Text.Alex.Verbatim where import Language.Haskell.TH.Quote import Language.Haskell.TH.Syntax verbatim = QuasiQuoter{quoteExp = lift}