id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
3894,UnicodeSyntax ellipsis character,Roel van Dijk,simonmar,"The !UnicodeSyntax extension allows the ""⋯"" character to be used instead of "".."".

I think this is wrong. It should be the ""…"" character.

The [http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#unicode-syntax documentation] for !UnicodeSyntax says two conflicting things about "".."". For the Unicode alternative it shows the expected HORIZONTAL ELLIPSES character, but both the code point and the name refer to the MIDLINE variant. GHC only accepts code that uses the MIDLINE variant. 

This leaves two options:

1. Fix the documentation to show the ""⋯"" MIDLINE variant under the Unicode variant column.

2. Change the ellipses alternative to ""…"" (U+2026) instead of ""⋯"" (U+22EF).

I personally prefer option 2. But [http://en.wikipedia.org/wiki/Ellipsis#Computer_representations according to Wikipedia] the ""…"" character is for general use while the ""⋯"" character is for use in mathematics.",bug,closed,normal,7.0.1,Compiler,6.12.1,fixed,,,Unknown/Multiple,Unknown/Multiple,Other,,,,,
