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
431453c0
Commit
431453c0
authored
Aug 25, 2009
by
simonpj@microsoft.com
Browse files
Error message wibble
parent
f670c47f
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/hsSyn/HsDecls.lhs
View file @
431453c0
...
...
@@ -840,7 +840,7 @@ data DerivDecl name = DerivDecl (LHsType name)
instance (OutputableBndr name) => Outputable (DerivDecl name) where
ppr (DerivDecl ty)
= hsep [ptext (sLit "deriv
ed
instance"), ppr ty]
= hsep [ptext (sLit "deriv
ing
instance"), ppr ty]
\end{code}
%************************************************************************
...
...
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