[Haskell-cafe] Haskell spacing problem.

Joe Thornber joe.thornber at gmail.com
Fri Mar 9 08:17:16 EST 2007


On 09/03/07, Frozz <dj_frozz at hotmail.com> wrote:
> 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


More information about the Haskell-Cafe mailing list