
7 Oct
2008
7 Oct
'08
12:17 a.m.
On Mon, Oct 6, 2008 at 10:19 PM, Don Stewart
To compile, try something like:
ghc -O2 --make A.hs
That did the trick--thanks. For input large enough to be a good test, this is I/O-bound on my laptop (the speed of the compiled and interpreted versions are almost identical), so I'll have to try it on a bigger machine tomorrow. Mike