Changes between Version 7 and Version 8 of GhcKinds/PolyTypeable

Show
Ignore:
Timestamp:
09/24/12 05:51:10 (8 months ago)
Author:
dreixel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GhcKinds/PolyTypeable

    v7 v8  
    9292 * 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`. 
    9393 
    94 '''I think that means that old programs will continue to work in GHC 7.6''', provided 
     94'''I think that means that old programs will continue to work in GHC 7.8''', provided 
    9595 * You did not mention `Typeable1` etc explicitly 
    9696 * You used `deriving( Typeable )` to write instances.