Changeset 3238 for src/Main.hs
- Timestamp:
- 05/15/05 03:14:47 (4 years ago)
- svk:copy_cache_prev:
- 4802
- Files:
-
- 1 modified
-
src/Main.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Main.hs
r2968 r3238 32 32 import Data.IORef 33 33 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 35 35 -- arguments and pass them to 'run'. 36 36 main :: IO () … … 45 45 hPrint stderr $ show x 46 46 47 -- see also ArgParse.hs47 -- see also Run/Args.hs 48 48 run :: [String] -> IO () 49 49 run (("-d"):rest) = run rest
