Changes between Version 36 and Version 37 of Commentary/Compiler/GenericDeriving
- Timestamp:
- 05/09/11 00:43:52 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/GenericDeriving
v36 v37 17 17 == Things that have been removed == 18 18 19 * All of the [http://www.haskell.org/ghc/docs/6.12.2/html/users_guide/generic-classes.html generic classes stuff]. In particular: 20 ** Bla 19 * All of the [http://www.haskell.org/ghc/docs/6.12.2/html/users_guide/generic-classes.html generic classes stuff]. In particular, the following have been removed: 20 * `hasGenerics` field from `TyCon`; 21 * `HsNumTy` constructor from `HsType`; 22 * `TypePat` constructor from `Pat`. 21 23 22 24 == What already works ==
