Issue 283 in yi-editor: Precise parser where blocks

2009-07-31 Thread codesite-noreply
Comment #1 on issue 283 by JeanPhilippe.bernardy: Precise parser where blocks http://code.google.com/p/yi-editor/issues/detail?id=283 By Haskell rules, "where" is not valid inside "do", therefore it closes the do block. We do not have this rule, therefore the "where" ends up inside "do" Th

Issue 283 in yi-editor: Precise parser where blocks

2009-07-31 Thread codesite-noreply
Status: New Owner: andersk84 Labels: Type-Defect Priority-Low New issue 283 by andersk84: Precise parser where blocks http://code.google.com/p/yi-editor/issues/detail?id=283 The following code produce a where block with a bit strange layout m = do doSomething return something where som