Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alfredo Di Napoli
GHC
Commits
de692fd5
Commit
de692fd5
authored
Jun 18, 2018
by
Richard Eisenberg
Browse files
Fix typo in comment only
[skip ci]
parent
6ac8a72f
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/typecheck/TcHsType.hs
View file @
de692fd5
...
...
@@ -591,7 +591,7 @@ tc_infer_hs_type mode (HsKindSig _ ty sig)
-- We must typecheck the kind signature, and solve all
-- its equalities etc; from this point on we may do
-- things like instantiate its foralls, so it needs
-- to be fully determined (Trac #149
9
04)
-- to be fully determined (Trac #14904)
;
traceTc
"tc_infer_hs_type:sig"
(
ppr
ty
$$
ppr
sig'
)
;
ty'
<-
tc_lhs_type
mode
ty
sig'
;
return
(
ty'
,
sig'
)
}
...
...
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