From f77ec15be0f622df81980b757244d3401833c926 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 14 Dec 2004 12:44:52 +0000 Subject: [PATCH] [project @ 2004-12-14 12:44:52 by simonmar] Add instance Typeable MVar --- Data/Typeable.hs | 1 + 1 file changed, 1 insertion(+) 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 --------------------------------------------- -- 1.7.10.4