hi
test :: Parser (Char,Char)
test = do x <- item
item
y <- item
return (x,y)
How come this brings an error saying that after do {....} it must end with an expression.
Ryan
Are you the Quizmaster?
Play BrainBattle with a friend now!