2008/4/16 Galchin, Vasili <[EMAIL PROTECTED]>: > Hello, > > I tried d to use Hoogle to find openFd's signature and more > importantly FileMode. I found FileMode which is a type synonym with CMode. > I don't understand what are the "values" for FileMode (so I can call > openFd). ??
Values of type FileMode are defined in System.Posix.Files See http://haskell.org/ghc/docs/latest/html/libraries/unix/System-Posix-Files.html#1 for the defintions. Does that help? -Antoine _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
