
15 Jan
2005
15 Jan
'05
3:25 p.m.
Stefan Holdermans wrote:
symbol -> ascSymbol | uniSymbol
ascSymbol -> ! | # | $ | % | & | * | + | . | / | < | = | > | ? | @ | \ | ^ | | | - | ~ uniSymbol -> any Unicode symbol or punctuation varsym -> ( symbol {symbol | :})
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