13 Oct
2007
13 Oct
'07
2:02 p.m.
On 10/12/07, PR Stanley
Hi failure :: (Parser a) failure = \inp -> [] The code might contain some syntax errors and I'd be grateful for any corrections. What is a "dual parser failure"?
You should probably put the definition on a separate line, thus: failure :: (Parser a) failure = \inp -> [] If that doesn't work, you could send along the definition of the Parser type. -Brent