Changes between Version 1 and Version 2 of LanguageQualities
- Timestamp:
- 12/05/05 16:34:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LanguageQualities
v1 v2 1 1 = language qualities = 2 2 3 These are properties or qualities of any haskell standard we would like to preserve or make sure the language has. 3 These are properties or qualities of any haskell standard we would like to preserve or make sure the language has. This is not about certain extensions or libraries the language should have, but rather properties of the language as a whole. 4 4 5 5 * import-safe - importing a new module can never silently change the behavior of a program, but it may cause a compile-time error. two programs that are identical except one has a superset of the imports of the other will either behave identically or at least one will fail to compile. (defaulting and OverlappingInstances break this)
