Print infix function definitions correctly in HsSyn
[ghc-hetmet.git] / compiler / rename / RnExpr.lhs
index 6fe6904..78ffe20 100644 (file)
@@ -45,7 +45,7 @@ import Util           ( isSingleton )
 import ListSetOps      ( removeDups )
 import Maybes          ( expectJust )
 import Outputable
-import SrcLoc          ( Located(..), unLoc, getLoc, cmpLocated )
+import SrcLoc          ( Located(..), unLoc, getLoc )
 import FastString
 
 import List            ( unzip4 )