[Haskell-cafe] How to print the " character without the backslash
Nuno Santos
developer at imaginando.net
Mon May 29 13:01:30 EDT 2006
Hi,
I have this basic question of how to print the character " without
the backslash.
I'm trying to print html code, so i need " a lot.
giveHtml (Leaf (a,(b,c))) = "<frame src=\"\" name=\"" ++ [a] ++ "\"
scrolling=\"No\" noresize=\"noresize\" id=\"" ++ [a] ++ "\" title=\""
++ [a] ++ "\" />"
Can anybody give me a light here?
Many thx,
Nuno Santos
More information about the Haskell-Cafe
mailing list