[Haskell-cafe] can't find in hayoo
Thomas DuBuisson
thomas.dubuisson at gmail.com
Wed Sep 29 12:23:37 EDT 2010
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 at live.com> wrote:
> ByteString -> [GHC.Word.Word8]
More information about the Haskell-Cafe
mailing list