Skip to content
Snippets Groups Projects
Commit a75df25a authored by Keith Wansbrough's avatar Keith Wansbrough
Browse files

[project @ 2000-07-06 17:22:40 by keithw]

Fix obvious typo (pprStgARg for pprStgArg).  Clearly not a frequently-
tickled part of the compiler!
parent 525898a9
No related merge requests found
......@@ -607,7 +607,7 @@ pprStgArg :: (Outputable bdee) => GenStgArg bdee -> SDoc
pprStgArg (StgVarArg var) = ppr var
pprStgArg (StgLitArg con) = ppr con
pprStgARg (StgTypeArg ty) = char '@' <+> ppr ty
pprStgArg (StgTypeArg ty) = char '@' <+> ppr ty
\end{code}
\begin{code}
......
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