[Haskell-cafe] Efficiency Question
Keean Schupke
k.schupke at imperial.ac.uk
Sat Jan 15 11:07:51 EST 2005
Georg Martius wrote:
>>
>> infixr 5 &,§
>
> ^^^
> Please be aware that you won't find this paragraph symbol on a uk or
> us keyboard. AFAIK it is just on the german one.
This reminds me, what symbols are valid for Haskell operators? I know
that function names are:
(in regex format) [A-Za-z_'][A-Za-z0-9_']*, but does that Haskell report
define a definitive list of symbols that can be used in Haskell
source... and how does that relate to the character set... can any
symbol be used?
More information about the Haskell-Cafe
mailing list