Description
String Interpolation of Haskell expressions using #{expr} syntax.
Description
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.