Simple Types for Polymorphic Functions
Logic in Computer Science
2026-04-15 v1
Abstract
This paper introduces a simple type system for combinatory logic in which combinators have at most one type, whose polymorphism is revealed by application. The combinatory types exactly describe the structure of their values, which may be hidden by abstract types, such as list types and function types. Even without any quantified types, it supports polymorphism beyond that of the Hindley-Milner type system that underpins functional programming, and an effective type inference algorithm. Also, the simplicity of the formalism should make other static program analyses easier.
Keywords
Cite
@article{arxiv.2604.12194,
title = {Simple Types for Polymorphic Functions},
author = {Barry Jay and Johannes Bader},
journal= {arXiv preprint arXiv:2604.12194},
year = {2026}
}