@hackage / IStr

String Interpolation of Haskell expressions using #{expr} syntax

Latest0.1.0.0

About

Metadata

  • Last updated , by lazyLambda
  • License MIT
  • Categories Text Processing
  • Maintained by: galen.sprout@gmail.com

  • Lottery factor: 1

Links

Installation

Readme

Easy string interpolation of arbitrary haskell expressions.

This is done using a custom class similar to Show except that with IStr except that it doesn't escape instances of IsString.