[Haskell-cafe] do... error
Brandon S. Allbery KF8NH
allbery at ece.cmu.edu
Sat Dec 8 21:40:31 EST 2007
On Dec 8, 2007, at 21:38 , Ryan Bloor wrote:
> test :: Parser (Char,Char)
> test = do x <- item
> item
The second and subsequent lines are indented too much, so are read as
a continuation of the first; which, starting with "x <- ", is not an
expression.
--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
electrical and computer engineering, carnegie mellon university KF8NH
More information about the Haskell-Cafe
mailing list