Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
6432c1a9
Commit
6432c1a9
authored
Mar 08, 2005
by
simonmar
Browse files
[project @ 2005-03-08 17:19:28 by simonmar]
decode OccNames in dumpStyle too
parent
a8a2fc9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/basicTypes/OccName.lhs
View file @
6432c1a9
...
...
@@ -93,7 +93,7 @@ type EncodedString = String -- Encoded form
pprEncodedFS :: EncodedFS -> SDoc
pprEncodedFS fs
= getPprStyle $ \ sty ->
if userStyle sty
if userStyle sty
|| dumpStyle sty
-- ftext (decodeFS fs) would needlessly pack the string again
then text (decode (unpackFS fs))
else ftext fs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment