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
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