id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
171	Parse error on list comprehension	erikd	bens	"The following list comprehension compiles with GHC,  but doesn't compile with DDC:

{{{
tricky xs = [ (x, y)
		| x	<- xs
		, let y = x `mod` 3]

main () = putStrLn $ show $ tricky [ 1, 2, 3 ]
}}}
"	defect	closed	blocker	0.1.3	Source Parser	0.1.2	fixed		
