While you're at it, I had a thought of writing a simple function for commands:
commandMain :: (String, IO ()) -> IO ()
which just grabs the non-flag arguments and executes an action depending on the command. [...]
Could you explain this a bit please? I don't fully understand what the commandMain should do.
Cheers, S. _______________________________________________ Cvs-libraries mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-libraries
