Skip to content
Snippets Groups Projects
Commit 72461cc6 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-11-10 12:58:07 by simonm]

fix typo that crept in with last commit.
parent 25f1b873
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment