Changeset 2502 for src/Main.hs

Show
Ignore:
Timestamp:
04/30/05 04:02:02 (4 years ago)
Author:
theorbtwo
svk:copy_cache_prev:
4052
Message:

More type signatures on top-levels.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Main.hs

    r2462 r2502  
    3434    runWithArgs run 
    3535 
     36warn :: Show a => a -> IO () 
    3637warn x = do 
    3738            hPrint stderr $ show x