Changes between Version 7 and Version 8 of GhcKinds/PolyTypeable
- Timestamp:
- 09/24/12 05:51:10 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GhcKinds/PolyTypeable
v7 v8 92 92 * Make `deriving( Typeable )` work with whatever `Typeable` class is in scope. So what it does will be determined by whether you say `import Data.Typeable` or `import Data.OldTypeable`. 93 93 94 '''I think that means that old programs will continue to work in GHC 7. 6''', provided94 '''I think that means that old programs will continue to work in GHC 7.8''', provided 95 95 * You did not mention `Typeable1` etc explicitly 96 96 * You used `deriving( Typeable )` to write instances.
