Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
410213e1
Commit
410213e1
authored
27 years ago
by
sof
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1997-09-09 18:08:11 by sof]
parent
2ea586ce
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/compiler/coreSyn/CoreLint.lhs
+3
-3
3 additions, 3 deletions
ghc/compiler/coreSyn/CoreLint.lhs
with
3 additions
and
3 deletions
ghc/compiler/coreSyn/CoreLint.lhs
+
3
−
3
View file @
410213e1
...
...
@@ -30,7 +30,7 @@ import Maybes ( catMaybes )
import Name ( isLocallyDefined, getSrcLoc, Name{-instance NamedThing-},
NamedThing(..) )
import PprCore
import Outputable ( PprStyle(..), Outputable(..), ppr
Errors
Style, printErrs )
import Outputable ( PprStyle(..), Outputable(..), ppr
Dump
Style, printErrs )
import ErrUtils ( doIfSet, ghcExit )
import PprType ( GenType, GenTyVar, TyCon )
import Pretty
...
...
@@ -109,9 +109,9 @@ lintCoreBindings whoDunnit spec_done binds
display bad_news
= vcat [
text ("*** Core Lint Errors: in result of " ++ whoDunnit ++ " ***"),
bad_news ppr
Errors
Style,
bad_news ppr
Dump
Style,
ptext SLIT("*** Offending Program ***"),
pprCoreBindings ppr
Errors
Style binds,
pprCoreBindings ppr
Dump
Style binds,
ptext SLIT("*** End of Offense ***")
]
\end{code}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment