Skip to content

Commit

Permalink
Typo in debug print message
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Peyton Jones committed Apr 23, 2013
1 parent 15da8ca commit 2eea4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/iface/IfaceSyn.lhs
Expand Up @@ -767,7 +767,7 @@ instance Outputable IfaceUnfolding where
pprParendIfaceExpr e]
ppr (IfLclWrapper a wkr) = ptext (sLit "Worker(lcl):") <+> ppr wkr
<+> parens (ptext (sLit "arity") <+> int a)
ppr (IfExtWrapper a wkr) = ptext (sLit "Worker(ext0:") <+> ppr wkr
ppr (IfExtWrapper a wkr) = ptext (sLit "Worker(ext):") <+> ppr wkr
<+> parens (ptext (sLit "arity") <+> int a)
ppr (IfDFunUnfold ns) = ptext (sLit "DFun:")
<+> brackets (pprWithCommas ppr ns)
Expand Down

0 comments on commit 2eea4ac

Please sign in to comment.