Hi Bill, > In the Haskell libraries, is there an OS abstraction module, that would > "hide" the POSIX API and Win-32 API? If not, this would be nice so that > Haskell "programs" could be written in an OS independent manner!
Yes, Haskell provides a fairly complete API in the base libraries, which is platform neutral. If you want platform neutral GUI programs then you have Gtk2hs. Thanks Neil _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
