Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
68bc0b6f
Commit
68bc0b6f
authored
Aug 11, 2006
by
simonpj@microsoft.com
Browse files
Indent an error message
parent
371cd67e
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/typecheck/TcDeriv.lhs
View file @
68bc0b6f
...
...
@@ -952,7 +952,7 @@ genTaggeryBinds infos
\begin{code}
derivingThingErr clas tys tycon tyvars why
= sep [hsep [ptext SLIT("Can't make a derived instance of"), quotes (ppr pred)],
parens why]
nest 2 (
parens why
)
]
where
pred = mkClassPred clas (tys ++ [mkTyConApp tycon (mkTyVarTys tyvars)])
...
...
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