@hackage neat-interpolation0.2.2
A quasiquoter for neat and simple multiline text interpolation
Categories
License
MIT
Maintainer
Nikita Volkov <nikita.y.volkov@mail.ru>
Links
Versions
Installation
Dependencies (4)
- base >=4.5 && <4.8
- base-prelude >=0.1 && <0.2
- parsec >=3 && <3.2
- template-haskell >=2.8 && <2.10 Show all…
Dependents (80)
@hackage/haskell-overridez, @hackage/cobot-tools, @hackage/ethereum-analyzer, @hackage/keid-core, @hackage/ihp, @hackage/chart-svg, Show all…
NeatInterpolation provides a quasiquoter for producing strings with a simple interpolation of input values. It removes the excessive indentation from the input and accurately manages the indentation of all lines of interpolated variables.