Hi.

Maybe I'm missing something, but I don't understand why the following program:

module Main where
import System.IO (Handle, withFile, ReadMode)

main = do
  return


fails to compile, with a
Module `System.IO' does not export `ReadMode'



Thanks  Manlio Perillo
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to