updating Haddock documentation
authorjpm@cs.uu.nl <unknown>
Tue, 11 Nov 2008 09:50:23 +0000 (09:50 +0000)
committerjpm@cs.uu.nl <unknown>
Tue, 11 Nov 2008 09:50:23 +0000 (09:50 +0000)
Fixed the broken link from Data.Generics to Data.Data.

Data/Typeable.hs

index 0160a15..15dfa6a 100644 (file)
@@ -21,7 +21,7 @@
 -- 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.Generics" uses Typeable
+-- 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.
 --