From: Daan L. <daa...@xs...> - 2003-12-07 11:05:26
|
Hi Gaby, > The compiler prompts this error > menuprincipal.hs:23: The last statement in a 'do' construct must be an expression This is due to Haskell syntax. You probably have an error in the layout of the do-statement. Check your code for "tab" characters and replace them with wi Thanks, Gaby --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.545 / Virus Database: 339 - Release Date: 27/11/2003 |