vix.ing · top · new · best · stats · spec

DSLean: A Framework for Type-Correct Interoperability Between Lean 4 and External DSLs

2026/02/28 by Tate Rowney, Riyaz Ahuja, Jeremy Avigad +1
Computer Science · #cs.LO

paper · pdf

10 pages; code available at https://github.com/taterowney/DSLean

arxiv created 2026/07/30 · arxiv updated 2026/08/03

Abstract

Domain-specific languages (DSLs) mediate interactions between interactive proof assistants and external automation, but translating between the prover's internal representation and such DSLs is a tedious engineering chore. To simplify this task, we present DSLean, a framework for bidirectional translation between expressions in the Lean proof assistant and external syntax. DSLean requires only a specification of an external language and its Lean equivalents, abstracting away meta-level implementation details. We demonstrate DSLean's capabilities by implementing three new automation tactics, providing access to external solvers for interval arithmetic, ordinary differential equations, and ring ideal membership.

Citations