尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。
We show that synthesizing recursive functional programs using a class of primitive recursive combinators is both simpler and solves more benchmarks from the literature than previously proposed approaches. Our method synthesizes paramorphisms, a class of programs that includes the most common recursive programming patterns on algebraic data types. The crux of our approach is to split the synthesis problem into two parts: a multi-hole template that fixes the recursive structure, and a search for non-recursive program fragments to fill the template holes.
DOI 原文 ·
@article{paperbot2508,
title = {Recursive Program Synthesis using Paramorphisms},
author = {Qiantan Hong and Alex Aiken},
journal = {Proceedings of the ACM on Programming Languages},
volume = {8},
number = {PLDI},
year = {2024},
doi = {10.1145/3656381}
}