
9 Mar
2007
9 Mar
'07
8:17 a.m.
On 09/03/07, Frozz
Hi Haskell ppl,
I'm trying to solve a problem that had been bothering me for a long time. I'm trying to create index and display the index in Hugs as well as an output text file.
dispTable is a pure function so you'll get the same result irrespective of what you do with the resulting string (ie. display it in Hugs or write it to a file). Are you _sure_ you're giving this function the same input (eg, is there maybe some extra whitespace or non-printable characters) ? - Joe