custom-interpolation-0.1.0.0: Customizable string interpolation quasiquoters
Safe HaskellSafe-Inferred
LanguageHaskell2010

CustomInterpolation.Parser

Synopsis

Documentation

data StringPart a Source #

The raw segments the parser will cut the quasi-quoted string into

Constructors

Lit String 
Esc Char 
Anti (Interpolator a) (Q Exp) 

parseExpQ :: String -> Q Exp Source #

parseExp but in the Q Monad (fails on parsing errors).