parsec-3 problem
Max Bolingbroke
batterseapower at hotmail.com
Sat Feb 19 13:55:42 CET 2011
On 19 February 2011 09:27, Roman Cheplyaka <roma at ro-che.info> wrote:
> Works just fine here.
>
> myparser = sepBy gqrrel (char ',')
>
> myparser
> :: (Text.Parsec.Prim.Stream s m Char) =>
> Text.Parsec.Prim.ParsecT s u m [[Char]]
Have you turned off the monomorphism restriction globally? I wouldn't
have thought that myparser would get an overloaded type otherwise.
Max
More information about the Libraries
mailing list