Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
1f7a21ac
Commit
1f7a21ac
authored
Oct 27, 2003
by
simonpj
Browse files
[project @ 2003-10-27 14:06:06 by simonpj]
Always qualify in defaultErrStyle
parent
7db1714b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/utils/Outputable.lhs
View file @
1f7a21ac
...
...
@@ -113,7 +113,7 @@ defaultErrStyle :: PprStyle
-- Only used for desugarer warnings, and typechecker errors in interface sigs
defaultErrStyle
| opt_PprStyle_Debug = mkUserStyle alwaysQualify AllTheWay
| otherwise = mkUserStyle
never
Qualify (PartWay opt_PprUserLength)
| otherwise = mkUserStyle
always
Qualify (PartWay opt_PprUserLength)
mkUserStyle unqual depth | opt_PprStyle_Debug = PprDebug
| otherwise = PprUser unqual depth
...
...
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