Description
Provides interpolation for Haskell String, Text, and ByteString values. Interpolation lets developers embed expressions directly inside text templates with less manual concatenation.
It is useful for messages, generated files, SQL snippets, tests, logs, and templates. It is a developer library and should still be used carefully when building commands or queries from untrusted data.