A Logic Programming Language based on Binding Algebras

Makoto Hamana

Abstract

We give a logic programming language based on Fiore, Plotkin and Turi's binding algebras. In this language, we can use not only first-order terms but also terms involving variable binding. The aim of this language is similar to Miller's lambda-Prolog, which can also deal with binding structure by introducing lambda-terms in higher-order logic. But the notion of binding used here is finer in a sense than the usual lambda-binding. We explicitly manage names used for binding and treat alpha-conversion with respect to them. Also an important difference is the form of application related to beta-conversion, i.e. we only allow the form (M x), where x is a (object) variable, instead of usual application (M N). This notion of binding comes from the semantics of binding by the category of presheaves. We firstly give a type theory which reflects this categorical semantics. Then we proceed along the line of first-order logic programming language, namely, we give a logic of this language, an operational semantics by SLD-resolution and unification algorithm for binding terms.