IMDEA Software

Iniciativa IMDEA

Inicio > Eventos > Charlas Invitadas > 2015 > A Predictable Unification Algorithm for Coq Featuring Universe Polymorphism and Overloading
Esta página aún no ha sido traducida. A continuación se muestra la página en inglés.

Beta Ziliani

viernes 6 de marzo de 2015

3:00pm Meeting room 302 (Mountain View), level 3

Beta Ziliani, PhD Student, Max Planck Institute for Software Systems, Saarbruecken, Germany

A Predictable Unification Algorithm for Coq Featuring Universe Polymorphism and Overloading

Abstract:

Unification is a core component of every proof assistant or programming language featuring dependent types. In many cases, it must deal with higher-order problems up to conversion. Since unification in such conditions is undecidable, unification algorithms may include several heuristics to solve common problems. However, when the stack of heuristics grows large, the result and complexity of the algorithm can become unpredictable.

Our contributions are twofold: (1) We present a full description of a new unification algorithm for the Calculus of Inductive Constructions (the base logic of Coq), including universe polymorphism, canonical structures (the overloading mechanism baked into Coq’s unification), and a small set of useful heuristics. (2) We implemented our algorithm, and tested it on several libraries, providing evidence that the selected set of heuristics suffices for large developments.