Changes between Version 1 and Version 2 of Goals
- Timestamp:
- 09/26/09 22:41:01 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Goals
v1 v2 9 9 * Implement a declarative IO system. 10 10 * Don't be afraid to use extensions (although we should probably establish a list of which ones are "safe" and which are not). 11 * When there is more than one possible instance of a type class for one data type, use newtype wrappers for all of those instances (no instance for the unwrapped version). 12 * Don't worry about numerous type classes as long as they are small.
