Safe Haskell | None |
---|---|
Language | Haskell2010 |
A lot of quasiquoters to format and interpolate string expression
Synopsis
- fmt :: QuasiQuoter
- fmtWithDelimiters :: (Char, Char) -> QuasiQuoter
- module PyF.Class
Documentation
fmt :: QuasiQuoter Source #
Generic formatter, can format an expression to any t
as long as
t
is an instance of IsString
.
With custom delimiters
fmtWithDelimiters :: (Char, Char) -> QuasiQuoter Source #
module PyF.Class