Description
Adds string interpolation support to Haskell code. Interpolation lets developers place expressions inside text templates, making generated messages, queries, or formatted output easier to read.
Use it when a project wants clearer text construction than repeated concatenation. It is a developer library and does not add a separate template editor.