[project @ 2005-12-15 11:17:31 by simonmar]
[haskell-directory.git] / Data / IntMap.hs
index 4c5246c..d5fc9e7 100644 (file)
@@ -236,6 +236,7 @@ instance Data a => Data (IntMap a) where
   toConstr _    = error "toConstr"
   gunfold _ _   = error "gunfold"
   dataTypeOf _  = mkNorepType "Data.IntMap.IntMap"
+  dataCast1      = gcast1
 
 #endif