[project @ 2004-04-05 10:52:23 by simonpj]
[ghc-hetmet.git] / ghc / compiler / rename / RnTypes.lhs
index 82c1a5d..a793284 100644 (file)
@@ -161,7 +161,7 @@ rnHsType doc (HsAppTy ty1 ty2)
     returnM (HsAppTy ty1' ty2')
 
 rnHsType doc (HsPredTy pred)
-  = rnLPred doc pred   `thenM` \ pred' ->
+  = rnPred doc pred    `thenM` \ pred' ->
     returnM (HsPredTy pred')
 
 rnLHsTypes doc tys = mappM (rnLHsType doc) tys