in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570243 Marco Túlio Gontijo e Silva writes If I have a line like: ``` haskell Data D = A | B$ ``` With a cursor right after A, and I press <RET>, I get: ``` haskell Data D = A $ | B$ ``` When I expected to get: ``` haskell Data D = A$ | B$ ``` (I included a $ in the end of the line.) [edit by bremner; fix markup to more clearly show expected results]