PyF-0.8.1.1: 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