[document -XUnicodeSyntax Simon Marlow **20090520223647 Ignore-this: 343d54ebf27013c21e5dea1e8aab2740 ] { hunk ./docs/users_guide/flags.xml 792 - Enable unicode syntax. + Enable unicode syntax. hunk ./docs/users_guide/glasgow_exts.xml 338 + + Unicode syntax + The language + extension + enables Unicode characters to be used to stand for certain ASCII + character sequences. The following alternatives are provided: + + + + + + ASCII + Unicode alternative + Code point + Name + + + + + :: + :: + 0x2237 + PROPORTION + + + + + => + + 0x21D2 + RIGHTWARDS DOUBLE ARROW + + + + + forall + + 0x2200 + FOR ALL + + + + + -> + + 0x2192 + RIGHTWARDS ARROW + + + + + <- + + 0x2190 + LEFTWARDS ARROW + + + + + .. + + 0x22EF + MIDLINE HORIZONTAL ELLIPSIS + + + + + + }