id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
12	indentation with unicode replacements	sohumb@…	Baughn	"{{{
foo <- do bar <- baz
          return bar
}}}
looks as follows in emacs, with unicode replacements,
{{{
foo ← do bar ← baz                                                                                                                                                                                 
         return bar
}}}
which looks like, to other editors and ghc,
{{{
foo <- do bar <- baz
         return bar
}}}
which is unacceptable layout for ghc. This occurs with all unicode replacements."	defect	assigned	major	haskell-indentation	TIP			
