Types and Programming Languages(Benjamin C. Pierce)——讨论类型系统时频繁使用 type error 来指代程序被判定“不良类型”而无法通过检查的情况。
*Structure and Interpretation of Computer Programs (SICP)*(Harold Abelson & Gerald Jay Sussman)——在讲解抽象与过程应用时,会提到因对象类型不符合预期而产生的错误(常以“type error/错误类型使用”来描述)。
Programming Languages: Application and Interpretation(Shriram Krishnamurthi)——在解释解释器与类型检查时,常用 type error 作为示例错误类别。