16 Jan
2005
16 Jan
'05
2:31 a.m.
Keaan,
This reminds me, what symbols are valid for Haskell operators?
See Chapter 9 of the Report [1]. symbol -> ascSymbol | uniSymbol<special | _ | : | " | '> ascSymbol -> ! | # | $ | % | & | * | + | . | / | < | = | > | ? | @ | \ | ^ | | | - | ~ uniSymbol -> any Unicode symbol or punctuation varsym -> ( symbol {symbol | :})<reservedop | dashes> HTH, Stefan [1] http://haskell.org/onlinereport/syntax-iso.html