From 463cb883e2ef65888e79b1aa93bf231d92e5d740 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 22 Jul 2003 14:38:02 +0000 Subject: [PATCH] [project @ 2003-07-22 14:38:02 by simonpj] Remove out-of-date apology about mkTyConApp; merge to stable --- Data/Dynamic.hs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Data/Dynamic.hs b/Data/Dynamic.hs index cbc98a0..4064758 100644 --- a/Data/Dynamic.hs +++ b/Data/Dynamic.hs @@ -270,11 +270,6 @@ applyTy _ _ = Nothing -- -- > mkTyCon "a" == mkTyCon "a" -- --- NOTE: GHC\'s implementation is quite hacky, and the above equation --- does not necessarily hold. For defining your own instances of --- 'Typeable', try to ensure that only one call to 'mkTyCon' exists --- for each type constructor (put it at the top level, and annotate the --- corresponding definition with a @NOINLINE@ pragma). mkTyCon :: String -- ^ the name of the type constructor (should be unique -- in the program, so it might be wise to use the -- fully qualified name). -- 1.7.10.4