[project @ 2004-12-14 12:44:52 by simonmar]
authorsimonmar <unknown>
Tue, 14 Dec 2004 12:44:52 +0000 (12:44 +0000)
committersimonmar <unknown>
Tue, 14 Dec 2004 12:44:52 +0000 (12:44 +0000)
Add instance Typeable MVar

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
 
 ---------------------------------------------