[Haskell-beginners] Parsec Monad Type Confusion

Stephen Tetley stephen.tetley at gmail.com
Sat Jul 10 04:02:21 EDT 2010


Further...

If you are using Strings (rather than ByteStrings) you want to import
this module with Parsec 3:

import Text.Parsec.String

This should bring in the right instances for Stream. You may have to
import other modules as well for particular parsers.


More information about the Beginners mailing list