Abstract
We present scrybe, an example-based synthesis tool for a statically-typed functional programming language, which combines top-down deductive reasoning in the style of λ2 with SMYTH-style live bidirectional evaluation. During synthesis, example constraints are propagated through sketches to prune and guide the search. This enables SCRYBE to make more effective use of functions provided in the context. To evaluate our tool, it is run on the combined, largely disjoint, benchmarks of λ2 and MYTH. SCRYBE is able to synthesize most of the combined benchmark tasks.
Original language | English |
---|---|
Title of host publication | Practical Aspects of Declarative Languages |
Subtitle of host publication | 25th International Symposium, PADL 2023, Proceedings |
Editors | Michael Hanus, Daniela Inclezan |
Publisher | Springer, Cham |
Pages | 20-36 |
Number of pages | 17 |
Edition | 1 |
ISBN (Electronic) | 978-3-031-24841-2 |
ISBN (Print) | 9783031248405 |
DOIs | |
Publication status | Published - Jan 2023 |
Event | 25th International Symposium on Practical Aspects of Declarative Languages, PADL 2023 - Boston, United States Duration: 16 Jan 2023 → 17 Jan 2023 https://popl23.sigplan.org/home/PADL-2023 |
Publication series
Series | Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) |
---|---|
Volume | 13880 LNCS |
ISSN | 0302-9743 |
Symposium
Symposium | 25th International Symposium on Practical Aspects of Declarative Languages, PADL 2023 |
---|---|
Country/Territory | United States |
City | Boston |
Period | 16/01/23 → 17/01/23 |
Internet address |
Keywords
- Constraint propagation
- Functional programming
- Input-Output examples
- Program synthesis