
14 Jan
2010
14 Jan
'10
8:54 a.m.
Since you can define operators in Haskell, would it make sense to include '=', '--', ':', ',' etc. as "reserved names" since those can't be used as operator names?
They are indeed reserved operators in the report. 11 of those: .. : :: = \ | <- -> @ ~ => To be fair, _ is also a reserved identifier, so 22 and not 21 as I said previously. So a total of 33 reserved "names". /Niklas