id,summary,reporter,owner,description,type,status,priority,component,version,resolution,keywords,cc
11,case indentation when in a larger block,sohumb@…,Baughn,"{{{
optional k m = case m of
  Nothing  -> k
  (Just j) -> j
}}}
indents as above, where I'd expect 
{{{
optional k m = case m of
                 Nothing  -> k
                 (Just j) -> j
}}}
or similar.",enhancement,new,minor,haskell-indentation,TIP,,,
