
16 Jun
2010
16 Jun
'10
1:51 p.m.
On Wednesday 16 June 2010 15:34:15, Luca Ciciriello wrote:
Hi All. I'm experimenting a strange behavior. I've wrote in Haskell a tool to automatic generate C++ code. All works fine if I use GHCi or compile with GHC on WIndows, but I see the strange behavior if I use my program on MacOS X 10.6.4
Any idea?
Does snd (makePair x) contain an '\r' character? That would explain it.
Luca