Ticket #12 (assigned defect)
indentation with unicode replacements
| Reported by: | sohumb@… | Owned by: | Baughn |
|---|---|---|---|
| Priority: | major | Component: | haskell-indentation |
| Version: | TIP | Keywords: | |
| Cc: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
