From: jpm@cs.uu.nl Date: Tue, 11 Nov 2008 09:50:23 +0000 (+0000) Subject: updating Haddock documentation X-Git-Tag: 2009-06-25~99 X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=002c71bbf7abc92bb6864e115bf46b2341c10527 updating Haddock documentation Fixed the broken link from Data.Generics to Data.Data. --- diff --git a/Data/Typeable.hs b/Data/Typeable.hs index 0160a15..15dfa6a 100644 --- a/Data/Typeable.hs +++ b/Data/Typeable.hs @@ -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. --