id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
49,Fixity mangler isn't complete,nibro,nibro,"The fixity mangler fails to handle all cases:
{{{
main = forM_ cmdReports $ \x -> do
               putStrLn $ ""Writing report to "" ++ x ++ "" ...""
               writeReport x ideas
}}}
Here, the insides of the lambda are not mangled, leaving the default left-associative order for the second line operators.",bug report,closed,major,Full code support,parser,0.5.6,fixed,,
