Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : new-typeable
http://hackage.haskell.org/trac/ghc/changeset/e7336f3c6c8823c95fad761f6849a7265c223fd9 >--------------------------------------------------------------- commit e7336f3c6c8823c95fad761f6849a7265c223fd9 Author: Jose Pedro Magalhaes <[email protected]> Date: Wed Nov 28 11:40:45 2012 +0000 Update haddock >--------------------------------------------------------------- Data/OldTypeable.hs | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Data/OldTypeable.hs b/Data/OldTypeable.hs index f2e0b19..9c75623 100644 --- a/Data/OldTypeable.hs +++ b/Data/OldTypeable.hs @@ -24,14 +24,9 @@ -- Stability : experimental -- Portability : portable -- --- The 'Typeable' class reifies types to some extent by associating type --- representations to types. These type representations can be compared, --- and one can in turn define a type-safe cast operation. To this end, --- an unsafe cast is guarded by a test for type (representation) --- equivalence. The module "Data.Dynamic" uses Typeable for an --- implementation of dynamics. The module "Data.Data" uses Typeable --- and type-safe cast (but not dynamics) to support the \"Scrap your --- boilerplate\" style of generic programming. +-- This module defines the old, kind-monomorphic 'Typeable' class. It is now +-- deprecated; users are recommended to use the kind-polymorphic +-- "Data.Typeable" module instead. -- ----------------------------------------------------------------------------- _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
