[project @ 1997-11-10 12:58:07 by simonm]
authorsimonm <unknown>
Mon, 10 Nov 1997 12:58:07 +0000 (12:58 +0000)
committersimonm <unknown>
Mon, 10 Nov 1997 12:58:07 +0000 (12:58 +0000)
fix typo that crept in with last commit.

ghc/compiler/coreSyn/PprCore.lhs

index 3c4a7ba..d69b024 100644 (file)
@@ -284,7 +284,7 @@ ppr_expr pe expr@(Lam _ _)
     in
     hang (hsep [pp_vars SLIT("/u\\") (pUVar    pe) uvars,
                pp_vars SLIT("_/\\_")  (pTyVarB  pe) tyvars,
-               pp_vars SLIT("\\")   (pMajndr pe) vars])
+               pp_vars SLIT("\\")   (pMajBndr pe) vars])
         4 (ppr_expr pe body)
   where
     pp_vars lam pp [] = empty