[Haskell-cafe] Re: some ideas for Haskell', from Python

Gleb Alexeyev gleb.alexeev at gmail.com
Thu Jan 15 06:00:18 EST 2009


Manlio Perillo wrote:

> import System.Posix.Files as PF

Try this:

 > import qualified System.Posix.Files as PF

The problem you described should go away.





More information about the Haskell-Cafe mailing list