Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
99f24744
Commit
99f24744
authored
Feb 05, 1999
by
sof
Browse files
[project @ 1999-02-05 14:28:34 by sof]
Add initial empty line to a block of errors/warnings
parent
102e3b7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/ErrUtils.lhs
View file @
99f24744
...
...
@@ -59,7 +59,7 @@ dontAddErrLoc title rest_of_err_msg
pprBagOfErrors :: Bag ErrMsg -> SDoc
pprBagOfErrors bag_of_errors
= vcat [p $$ text "" | (_,p) <- sorted_errs ]
=
text "" $$
vcat [p $$ text "" | (_,p) <- sorted_errs ]
where
bag_ls = bagToList bag_of_errors
sorted_errs = sortLt occ'ed_before bag_ls
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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