DECOM - Artigos publicados em periódicos
Permanent URI for this collection
Browse
Browsing DECOM - Artigos publicados em periódicos by Subject "Agda"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item An intrinsically-typed solution for the list-machine benchmark.(2022) Feitosa, Samuel da Silva; Ribeiro, Rodrigo GeraldoFormal models are important tools in the programming language research community. However, such models are full of intricacies and, due to that, they are subject to subtle errors. Such failures motivated the usage of tools to ensure the correctness of these formalisms. One way to eliminate such errors is to encode models in a dependently-typed language in order to ensure its ‘‘correctness-by-construction’’. In this paper, we use this idea to build a verified interpreter for the list-machine benchmark in the Agda programming language, comparing the results with formalizations developed by Appel et al.. We formalize the 14 tasks of the benchmark using roughly 14% of LOC compared to a Twelf solution, and 47% of LOC compared to a Coq solution, even without the use of proof automation. We also describe a solution to the second version of the benchmark and compare it with Appel’s et. al. Coq-based solution.