[project @ 2004-12-14 12:44:52 by simonmar]
[ghc-base.git] / Data / Typeable.hs
index 4c63399..d7fd008 100644 (file)
@@ -527,6 +527,7 @@ INSTANCE_TYPEABLE0(TypeRep,typeRepTc,"TypeRep")
 
 #ifdef __GLASGOW_HASKELL__
 INSTANCE_TYPEABLE0(Word,wordTc,"Word" )
+INSTANCE_TYPEABLE1(MVar,mvarTc,"MVar" )
 #endif
 
 ---------------------------------------------