Forked from
Glasgow Haskell Compiler / GHC
5811 commits behind the upstream repository.
-
Simon Peyton Jones authored
This patch fixes a subtle bug in the typechecking of type applications in patterns, e.g. f (MkT @Int @a x y) = ... See Note [Type applications in patterns] in GHC.Tc.Gen.Pat. This fixes #19847, #22383, #19577, #21501
Simon Peyton Jones authoredThis patch fixes a subtle bug in the typechecking of type applications in patterns, e.g. f (MkT @Int @a x y) = ... See Note [Type applications in patterns] in GHC.Tc.Gen.Pat. This fixes #19847, #22383, #19577, #21501
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
T19847b.hs 191 B