
19 Feb
2011
19 Feb
'11
7:55 a.m.
On 19 February 2011 09:27, Roman Cheplyaka
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