[Haskell] announce: wxHaskell 0.9.4, windows bug fix release

2005-05-08 Thread Daan Leijen
Announcement: wxHaskell version 0.9.4, update 1 -- This is a bugfix release of wxHaskell version 0.9.4 for Windows platforms with GHC 6.4. The interpreter GHCi 6.4 now works with wxHaskell without

[Haskell] Should inet_ntoa Be Pure?

2005-05-08 Thread Dominic Steinitz
Axel Simon wrote: > > > Does anyone know why these are in the IO monad? Aren't they > pure functions > > > > converting between dotted-decimal strings and a 32-bit network byte ordered > > > > binary value? > > > > I guess the answer is no for both: The first one can fail > That doesn't mean t