Hi all.

I would like to have a Parsec Stream instance for Data.Text streams in yesod's 
ConduitM. So far, I have this:

hpaste.org/87599

The idea is that because Yesod's conduits will be chunking values in Data.Text, 
I should have a wrapper StreamSource to cache chunked values.

For some reason, the test parser fails, saying:

[Left "Blah" (line 1, column 1):
unexpected "g"
expecting "h" or "g"]

Any ideas?

Cheers!

Phil

Attachment: pgpO1A9LG3iWl.pgp
Description: PGP signature

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

Reply via email to