<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>hi<BR>
&nbsp;<BR>
<BR>&nbsp;test :: Parser (Char,Char)<BR>&nbsp;test&nbsp; = do x &lt;- item<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;item<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; y &lt;- item<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;return (x,y)<BR>
&nbsp;<BR>
How come this brings an error saying that after do {....} it must end with an expression.<BR>
&nbsp;<BR>
Ryan<BR><br /><hr />Are you the Quizmaster?  <a href='http://specials.uk.msn.com/brainbattle' target='_new'>Play BrainBattle with a friend now!</a></body>
</html>