----- 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?