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
_________________________________________________________________
Get free emoticon packs and customisation from Windows Live. 
http://www.pimpmylive.co.uk
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to