Changeset 3372 for src/Pugs/Run.hs

Show
Ignore:
Timestamp:
05/18/05 02:43:25 (4 years ago)
Author:
theorbtwo
svk:copy_cache_prev:
4945
Message:

More signatures, a few more haddocks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Run.hs

    r3239 r3372  
    2323-- |Run 'Main.run' with command line args.  
    2424-- See 'Main.main' and 'Pugs.Run.Args.canonicalArgs' 
     25runWithArgs :: ([String] -> IO t) -> IO t 
    2526runWithArgs f = do 
    2627    args <- getArgs