[project @ 1996-05-01 18:36:59 by partain]
[ghc-hetmet.git] / ghc / compiler / deforest / DefUtils.lhs
index 2a8edc9..9e53ae0 100644 (file)
@@ -22,7 +22,6 @@
 
 > import Type          ( cloneTyVar, mkTyVarTy, applyTypeEnvToTy,
 >                        tyVarsOfType, TyVar, SigmaType(..)
->                        IF_ATTACK_PRAGMAS(COMMA cmpTyVar)
 >                      )
 > import Literal       ( Literal )     -- for Eq Literal
 > import CoreSyn