PyF-0.7.0.0: Quasiquotations for a python like interpolated string formater

Safe HaskellNone
LanguageHaskell2010

PyF.Internal.QQ

Description

This module uses the python mini language detailed in PythonSyntax to build an template haskell expression representing a formatted string (String, Text or Builder).

Synopsis

Documentation

toExp :: (Char, Char) -> String -> Q Exp Source #

Parse a string and return a formatter for it