Forked from
Glasgow Haskell Compiler / GHC
5864 commits behind the upstream repository.
-
Simon Peyton Jones authored
This patch fixes two bugs in the treatment of SigTvs at the kind level: - We should always generalise them, never default them (Trac #14555, #14563) - We should check if they get unified with each other (Trac #11203) Both are described in TcHsType Note [Kind generalisation and SigTvs]
Simon Peyton Jones authoredThis patch fixes two bugs in the treatment of SigTvs at the kind level: - We should always generalise them, never default them (Trac #14555, #14563) - We should check if they get unified with each other (Trac #11203) Both are described in TcHsType Note [Kind generalisation and SigTvs]
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
T11203.hs 145 B