[clean-list] toInt badness for Clean newbie

Ben Lippmeier Ben.Lippmeier@anu.edu.au
Mon, 28 Jun 2004 13:37:41 +1000


-----
module argh

import StdEnv

Start :: (Int, Int)
Start     = (toInt "100", toInt "100\n")
-----

$ clm argh -o argh
$ ./argh
(100,0)
Execution: 0.00  Garbage collection: 0.00  Total: 0.00
$

(100, 0)?
That's a little rough, don't you think?