Skip to content
  • Hai Nguyen Quang's avatar
    838aaf4b
    Migrate errors in GHC.Tc.Validity · 838aaf4b
    Hai Nguyen Quang authored and Marge Bot's avatar Marge Bot committed
    This patch migrates the error messages in GHC.Tc.Validity to use
    the new diagnostic infrastructure.
    
    It adds the constructors:
    
      - TcRnSimplifiableConstraint
      - TcRnArityMismatch
      - TcRnIllegalInstanceDecl, with sub-datatypes for HasField errors
        and fundep coverage condition errors.
    838aaf4b
    Migrate errors in GHC.Tc.Validity
    Hai Nguyen Quang authored and Marge Bot's avatar Marge Bot committed
    This patch migrates the error messages in GHC.Tc.Validity to use
    the new diagnostic infrastructure.
    
    It adds the constructors:
    
      - TcRnSimplifiableConstraint
      - TcRnArityMismatch
      - TcRnIllegalInstanceDecl, with sub-datatypes for HasField errors
        and fundep coverage condition errors.
Loading