[Haskell-cafe] Missing Network Functions

John Van Enk vanenkj at gmail.com
Sat Dec 27 22:08:54 EST 2008


Would it make sense to write wrappers of Data.Binary functions to emulate
the networking functions that are usually expected?

/jve


On Sat, Dec 27, 2008 at 8:23 PM, Bryan O'Sullivan <bos at serpentine.com>wrote:

> 2008/12/27 John Van Enk <vanenkj at gmail.com>
>
>>
>> Currently this only has:
>>
>>    - htons
>>    - htonl
>>    - ntohs
>>    - ntohl
>>
>> This is all subsumed by the binary package (Data.Binary), where it makes a
> lot more sense in any instance.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20081227/a7ebf014/attachment.htm


More information about the Haskell-Cafe mailing list