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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
