@hackage Interpolation0.3.0
Multiline strings, interpolation and templating.
Categories
License
LicenseRef-OtherLicense
Maintainer
aleator@gmail.com
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (4)
Dependents (3)
@hackage/string-interpolate, @hackage/mallard, @hackage/acme-everything
This package adds quasiquoter for multiline strings, interpolation and simple templating. It can handle repetition templates which makes it Handy for outputting larger structures, such as latex tables or gnuplot files.
3.0 - Instead of Strings, the
strquasiquoter produces values of type `(Monoid a, IsString a) => a`, making it compatible many other libraries, such asData.TextandBlaze.Builder.2.6 - A handy quote for printing
2.5.1 - version bump for ghc-7.0.1