Skip to content
Snippets Groups Projects
Commit d75ca39b authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

Fix comment to placate Haddock

parent 6d8d0dd9
No related branches found
No related tags found
No related merge requests found
......@@ -395,7 +395,7 @@ tc_hs_type hs_ty@(HsForAllTy _ hs_tvs context ty) exp_kind
tc_lhs_type ty exp_kind -- Why exp_kind? See Note [Body kind of forall]
else
-- If there is a context, then this forall is really a
-- *function*, so the kind of the result really is *
-- _function_, so the kind of the result really is *
-- The body kind (result of the function can be * or #, hence ekOpen
do { checkExpectedKind hs_ty liftedTypeKind exp_kind
; tc_lhs_type ty ekOpen }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment