From 002c71bbf7abc92bb6864e115bf46b2341c10527 Mon Sep 17 00:00:00 2001 From: "jpm@cs.uu.nl" Date: Tue, 11 Nov 2008 09:50:23 +0000 Subject: [PATCH] updating Haddock documentation Fixed the broken link from Data.Generics to Data.Data. --- Data/Typeable.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- -- 1.7.10.4