id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
10	case indentation when in a larger block	sohumb@…	Baughn	"optional a m = case m of
  Nothing  -> a
  (Just k) -> k

indents as above, where I'd expect it to indent as 

optional a m = case m of
                 Nothing  -> a
                 (Just k) -> k"	defect	closed	minor	haskell-indentation	TIP	invalid		
