Skip to content

Commit

Permalink
Existentials should be specified.
Browse files Browse the repository at this point in the history
This addresses point (2) from #11513.
  • Loading branch information
Richard Eisenberg committed Feb 17, 2016
1 parent b962bcc commit 90f3561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/basicTypes/DataCon.hs
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ mkDataCon name declared_infix prom_info

tag = assoc "mkDataCon" (tyConDataCons rep_tycon `zip` [fIRST_TAG..]) con
rep_arg_tys = dataConRepArgTys con
rep_ty = mkSpecForAllTys univ_tvs $ mkInvForAllTys ex_tvs $
rep_ty = mkSpecForAllTys univ_tvs $ mkSpecForAllTys ex_tvs $
mkFunTys rep_arg_tys $
mkTyConApp rep_tycon (mkTyVarTys univ_tvs)

Expand Down

0 comments on commit 90f3561

Please sign in to comment.