Changes between Version 26 and Version 27 of RemovalCandidates
- Timestamp:
- 02/03/06 04:05:36 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemovalCandidates
v26 v27 29 29 * A concrete proposal would be to replace classes with named dictionaries that can be constructed and passed 30 30 around explicitly. See [http://www.informatik.uni-bonn.de/~ralf/hw2001/4.html NamedInstances]. However this would rule out GADT based class implementations such as jhc's. 31 * The array indexing operator, {{{!}}}. See ArrayIndexing.
