From 81723c44345fda3fec86471299f8a5a1dc4f5815 Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 29 Apr 1998 09:12:28 +0000 Subject: [PATCH] [project @ 1998-04-29 09:12:28 by sof] Comment out troublesome SPECIALISE pragmas for now --- ghc/compiler/utils/UniqSet.lhs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ghc/compiler/utils/UniqSet.lhs b/ghc/compiler/utils/UniqSet.lhs index 6412cc0..0c21727 100644 --- a/ghc/compiler/utils/UniqSet.lhs +++ b/ghc/compiler/utils/UniqSet.lhs @@ -110,17 +110,17 @@ mapUniqSet f (MkUniqSet set) {-# SPECIALIZE addOneToUniqSet :: UniqSet Unique -> Unique -> UniqSet Unique #-} -{-# SPECIALIZE +{- SPECIALIZE elementOfUniqSet :: Name -> UniqSet Name -> Bool , Unique -> UniqSet Unique -> Bool - #-} -{-# SPECIALIZE + -} +{- SPECIALIZE mkUniqSet :: [Name] -> UniqSet Name - #-} + -} -{-# SPECIALIZE +{- SPECIALIZE unitUniqSet :: Name -> UniqSet Name , Unique -> UniqSet Unique - #-} + -} #endif \end{code} -- 1.7.10.4