[Haskell-cafe] Multi Line String literals

Matthew Sackman matthew at wellquite.org
Thu Apr 26 09:28:02 EDT 2007


Alex Queiroz <asandroq at gmail.com> wrote:
> On 4/26/07, Neil Mitchell <ndmitchell at gmail.com> wrote:
> > Like the cpp will choke and die :) Multiline string literals were one
> > of the motivations for cpphs.
> 
>      Does cpphs allow me to include a whole file into a Haskell source
> file, inserting automatically the string gaps?

My hinstaller library certainly does. Though it currently allows you to
only output that file to another file. I could easily improve it to
allow output to a Handle.
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hinstaller

Matthew


More information about the Haskell-Cafe mailing list