From: simonmar Date: Tue, 14 Dec 2004 12:44:52 +0000 (+0000) Subject: [project @ 2004-12-14 12:44:52 by simonmar] X-Git-Tag: nhc98-1-18-release~161 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f77ec15be0f622df81980b757244d3401833c926;p=ghc-base.git [project @ 2004-12-14 12:44:52 by simonmar] Add instance Typeable MVar --- diff --git a/Data/Typeable.hs b/Data/Typeable.hs index 4c63399..d7fd008 100644 --- a/Data/Typeable.hs +++ b/Data/Typeable.hs @@ -527,6 +527,7 @@ INSTANCE_TYPEABLE0(TypeRep,typeRepTc,"TypeRep") #ifdef __GLASGOW_HASKELL__ INSTANCE_TYPEABLE0(Word,wordTc,"Word" ) +INSTANCE_TYPEABLE1(MVar,mvarTc,"MVar" ) #endif ---------------------------------------------