felix:
> Hello everyone,
> 
> I have been trying to run a Haskell program of mine that does an
> extensive computation with very large amounts of data. I compiled the
> program with ghc --make. When I run it it terminates after some time

Did you compile with -O (optimisations). Sometimes this fixes things,
and its just good practice.

-- Don
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to