programming languages

Bidirectional Type Slicing

arXiv:2607.12197

summary

The paper introduces a theory of type slicing for bidirectional type systems, allowing programmers to query parts of a term's type and receive a minimal program slice that reproduces that type, with extensions to explain type errors in incomplete or ill‑typed code.

Abstract

Development tools report what type an expression has, but not why it has that type. This paper develops a theory of type slicing: a programmer selects a term, queries any part of its type information, and receives a program slice that is sufficient to reproduce the queried type. We formulate type slicing for bidirectional type systems, where synthesis slices explain the type a term synthesises and analysis slices explain the type expected by its surrounding context. The theory applies to any bidirectional system equipped with precision orders on types and terms satisfying a downwards static graduality property. We develop the metatheory over a core calculus with holes, products, sums, and explicit polymorphism, based on the Hazelnut and marked lambda calculi. We prove that every query has a minimal slice and that refining a query monotonically shrinks its minimal slices. We then show how to calculate these slices both exactly and approximately. Finally, integrating type slicing with error marking theory extends these results to arbitrary ill-typed programs, so a single mechanism explains both types and type errors in complete, incomplete, and erroneous code. The metatheory is mechanised in Agda, and a linear-time approximation of type slicing is implemented for the Hazel programming environment.

28 pages, 13 figures, Submitted to POPL 2027

Topics & keywords

#type slicing#bidirectional type systems#program slicing#gradual typing#type error explanationbidirectional typingtype slicingprecision orderstatic gradualityAgda mechanizationHazel environment
Bidirectional Type Slicing · wovepaper