PyF-0.6.1.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 which represents a Format.

Synopsis

Documentation

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

Parse a string and return a formatter for it