
19 Feb
2011
19 Feb
'11
8:20 a.m.
On Saturday 19 February 2011 13:55:42, Max Bolingbroke wrote:
On 19 February 2011 09:27, Roman Cheplyaka
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?
Probably. Works here with MR off, doesn't compile with MR on (6.12.3 and 7.0.1)
I wouldn't have thought that myparser would get an overloaded type otherwise.
Max