darcs patch: Implementation of aton and ntoa outside the IO monad
Robert Marlow
bobstopper at bobturf.org
Sat Sep 23 21:08:55 EDT 2006
Sun Sep 24 10:06:48 JST 2006 Robert Marlow <bobstopper at bobturf.org>
* Implementation of aton and ntoa outside the IO monad
inet_ntoa and inet_aton can be implemented purely to avoid the need for
the IO monad. Additionally, inet_addr is currently incorrect due to
using the inet_addr C function which is considered obsolete due to
incorrectly failing while converting 255.255.255.255 as an address.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-darcs-patch
Size: 4158 bytes
Desc: A darcs patch for your repository!
Url : http://www.haskell.org/pipermail/libraries/attachments/20060924/d5db37f6/attachment.bin
More information about the Libraries
mailing list