16 Jan
2005
16 Jan
'05
4:25 a.m.
Stefan Holdermans wrote:
symbol -> ascSymbol | uniSymbol<special | _ | : | " | '> ascSymbol -> ! | # | $ | % | & | * | + | . | / | < | = | > | ? | @ | \ | ^ | | | - | ~ uniSymbol -> any Unicode symbol or punctuation varsym -> ( symbol {symbol | :})<reservedop | dashes>
So, does GHC accept more symbols than the report allows? Or would the example with the sub-section symbol cause an error? In which case what symbols are allowed in GHC, or Hugs? Keean