Changeset 3538 for src/Main.hs

Show
Ignore:
Timestamp:
05/20/05 23:49:16 (4 years ago)
Author:
theorbtwo
svk:copy_cache_prev:
5107
Message:

More signatures. If I could fiture out a signature for mainCC in
src/Pugs/Compile/Haskell.hs that doesn't make the compiler croak, we could
turn off the option to not warn (and thus error, since we -Werror) on
missing signatures.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Main.hs

    r3383 r3538  
    8989        else run ["-"] 
    9090 
     91readStdin :: IO String 
    9192readStdin = do 
    9293    eof     <- isEOF