paperbot · PL 论文追踪

RSS

A quick look at impredicativity

ICFP 4(ICFP)2020引用 32
Alejandro Serrano, Jurriaan Hage, Simon Peyton Jones, Dimitrios Vytiniotis

尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。

原文摘要(Abstract)

Type inference for parametric polymorphism is wildly successful, but has always suffered from an embarrassing flaw: polymorphic types are themselves not first class. We present Quick Look, a practical, implemented, and deployable design for impredicative type inference. To demonstrate our claims, we have modified GHC, a production-quality Haskell compiler, to support impredicativity. The changes required are modest, localised, and are fully compatible with GHC's myriad other type system extensions.

链接与引用

DOI 原文 · PDF(开放获取) · DBLP

BibTeX
@article{SerranoHJV20,
  title = {A quick look at impredicativity},
  author = {Alejandro Serrano and Jurriaan Hage and Simon Peyton Jones and Dimitrios Vytiniotis},
  journal = {Proceedings of the ACM on Programming Languages},
  volume = {4},
  number = {ICFP},
  year = {2020},
  doi = {10.1145/3408971}
}