dmehrtash:
>    Bjorn,
>    I am initializing a list from a file.  I am reading the lines from the
>    file, splitting them into bytestring and then converting them to float. 
>    Should I be using String  -> Float or ByteString -> Float?

I'd try reading the file entirely as a bytestring,
then splitting out the Doubles, using ByteString -> Float.

-- Don
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to