Skip to content
  • Simon Peyton Jones's avatar
    Reject forall types in constraints in signatures · 9c621e9b
    Simon Peyton Jones authored
    Fixes Trac #9196.  Thanks to archblob for an initial stab at this.
    In the end I fixed it in the kind checker rather than the subsequent
    validity check, (a) so that the error messages look more uniform,
    and (b) so that I did not need to meddle with isPredTy.
    9c621e9b