Skip to content
  • Haskell-mouse's avatar
    8b092910
    Convert diagnostics in GHC.Rename.HsType to proper TcRnMessage · 8b092910
    Haskell-mouse authored and Marge Bot's avatar Marge Bot committed
    I've turned all occurrences of TcRnUnknownMessage in GHC.Rename.HsType
    module into a proper TcRnMessage.
    Instead, these TcRnMessage messages were introduced:
    
    TcRnDataKindsError
    TcRnUnusedQuantifiedTypeVar
    TcRnIllegalKindSignature
    TcRnUnexpectedPatSigType
    TcRnSectionPrecedenceError
    TcRnPrecedenceParsingError
    TcRnIllegalKind
    TcRnNegativeNumTypeLiteral
    TcRnUnexpectedKindVar
    TcRnBindMultipleVariables
    TcRnBindVarAlreadyInScope
    8b092910
    Convert diagnostics in GHC.Rename.HsType to proper TcRnMessage
    Haskell-mouse authored and Marge Bot's avatar Marge Bot committed
    I've turned all occurrences of TcRnUnknownMessage in GHC.Rename.HsType
    module into a proper TcRnMessage.
    Instead, these TcRnMessage messages were introduced:
    
    TcRnDataKindsError
    TcRnUnusedQuantifiedTypeVar
    TcRnIllegalKindSignature
    TcRnUnexpectedPatSigType
    TcRnSectionPrecedenceError
    TcRnPrecedenceParsingError
    TcRnIllegalKind
    TcRnNegativeNumTypeLiteral
    TcRnUnexpectedKindVar
    TcRnBindMultipleVariables
    TcRnBindVarAlreadyInScope
Loading