|国家预印本平台
首页|Incremental Bidirectional Typing via Order Maintenance

Incremental Bidirectional Typing via Order Maintenance

Incremental Bidirectional Typing via Order Maintenance

来源:Arxiv_logoArxiv
英文摘要

Live programming environments provide various semantic services, including type checking and evaluation, continuously as the user is editing the program. The live paradigm promises to improve the developer experience, but liveness is an implementation challenge particularly when working with large programs. This paper specifies and efficiently implements a system the is able to incrementally update type information for a live program in response to fine-grained program edits. This information includes type error marks and information about the expected and actual type on every expression. The system is specified type-theoretically as a small-step dynamics that propagates updates through the marked and annotated program. Most updates flow according to a base bidirectional type system. Additional pointers are maintained to connect bound variables to their binding locations, with edits traversing these pointers directly. Order maintenance data structures are employed to efficiently maintain these pointers and to prioritize the order of update propagation. We prove this system is equivalent to naive re-analysis in the Agda theorem prover, along with other important metatheoretic properties. We then implement it efficiently in OCaml, detailing a number of impactful optimizations. We evaluate this implementation's performance with a large stress-test and find that it is able to achieve dramatic speed-ups of 275.96$\times$ compared to from-scratch reanalysis.

Thomas J. Porter、Marisa Kirisame、Ivan Wei、Pavel Panchekha、Cyrus Omar

计算技术、计算机技术

Thomas J. Porter,Marisa Kirisame,Ivan Wei,Pavel Panchekha,Cyrus Omar.Incremental Bidirectional Typing via Order Maintenance[EB/OL].(2025-04-11)[2025-05-12].https://arxiv.org/abs/2504.08946.点此复制

评论