Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
9f24a695
Commit
9f24a695
authored
Feb 03, 2003
by
simonpj
Browse files
[project @ 2003-02-03 15:41:52 by simonpj]
Modify error message
parent
4864e9d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/typecheck/TcUnify.lhs
View file @
9f24a695
...
...
@@ -332,7 +332,7 @@ tcGen expected_ty extra_tvs thing_inside -- We expect expected_ty to be a forall
returnM (mkCoercion co_fn, result)
where
free_tvs = tyVarsOfType expected_ty `unionVarSet` extra_tvs
sig_msg = ptext SLIT("type of an expression")
sig_msg = ptext SLIT("
expected
type of an expression")
\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