From: simonpj Date: Tue, 22 Jul 2003 14:38:02 +0000 (+0000) Subject: [project @ 2003-07-22 14:38:02 by simonpj] X-Git-Tag: nhc98-1-18-release~583 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=463cb883e2ef65888e79b1aa93bf231d92e5d740;p=haskell-directory.git [project @ 2003-07-22 14:38:02 by simonpj] Remove out-of-date apology about mkTyConApp; merge to stable --- 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).