PyF-0.9.0.2: 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.

Synopsis

Documentation

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

Parse a string and return a formatter for it