@hackage IStr0.1.0.0
String Interpolation of Haskell expressions using #{expr} syntax
Categories
License
MIT
Maintainer
galen.sprout@gmail.com
Links
Versions
- 0.1.0.0 Sun, 8 Feb 2026
Installation
Dependencies (3)
- base >=4.19.2 && <5
- haskell-src-meta >=0.8.15 && <0.9
- template-haskell >=2.21.0.0 && <2.23 Show all…
Dependents (1)
@hackage/runGhcBWrap-core
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.