I managed to use Parsec to parse the string, but can't do the same with ByteString.
How can I get Parsec to work with ByteStrings without manually converting them to strings?
It seems to me that this is not difficult. Am I mistaken? (I'm new to Haskell. ^^)
Thanks!
haskell parsec bytestring
user12163
source share