Changeset 3238 for src/Main.hs

Show
Ignore:
Timestamp:
05/15/05 03:14:47 (4 years ago)
Author:
bsb
svk:copy_cache_prev:
4802
Message:

draft haddock for Prim and Run

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Main.hs

    r2968 r3238  
    3232import Data.IORef 
    3333 
    34 -- |Pugs' entry point. Uses 'Pugs.Run.runWithArgs' to normalise the command-line  
     34-- |Pugs' entry point. Uses 'Pugs.Run.runWithArgs' to normalise the command-line 
    3535-- arguments and pass them to 'run'. 
    3636main :: IO () 
     
    4545            hPrint stderr $ show x 
    4646 
    47 -- see also ArgParse.hs 
     47-- see also Run/Args.hs 
    4848run :: [String] -> IO () 
    4949run (("-d"):rest)                 = run rest