English

Data Type Inference for Logic Programming

Programming Languages 2021-08-17 v1 Logic in Computer Science

Abstract

In this paper we present a new static data type inference algorithm for logic programming. Without the need of declaring types for predicates, our algorithm is able to automatically assign types to predicates which, in most cases, correspond to the data types processed by their intended meaning. The algorithm is also able to infer types given data type definitions similar to data definitions in Haskell and, in this case, the inferred types are more informative in general. We present the type inference algorithm, prove some properties and finally, we evaluate our approach on example programs that deal with different data structures.

Keywords

Cite

@article{arxiv.2108.06562,
  title  = {Data Type Inference for Logic Programming},
  author = {João Barbosa and Mário Florido and Vítor Santos Costa},
  journal= {arXiv preprint arXiv:2108.06562},
  year   = {2021}
}

Comments

Pre-proceedings paper presented at the 31st International Symposium on Logic-Based Program Synthesis and Transformation (LOPSTR 2021), Tallinn, Estonia, and Virtual, September 7-8, 2021 (arXiv:2107.10160)