29 Sep
2010
29 Sep
'10
4:23 p.m.
By and large hayoo is the alta-vista of Haskell search - it has a huge database but isn't well organized or good at prioritizing. Use Hoogle when doing type-based searches for functions in the typical GHC load. http://haskell.org/hoogle/?hoogle=%3A%3A+ByteString+-%3E+[Word8] Also, what's with the non-standard module specification "GHC.Word.Word8"? You should use Data.Word. Cheers, Thomas On Wed, Sep 29, 2010 at 9:03 AM, Roderick Ford <developer@live.com> wrote:
ByteString -> [GHC.Word.Word8]