Skip to main content

Showing 1–11 of 11 results for author: Bonelli, E

Searching in archive cs. Search in all archives.
.
  1. arXiv:2501.16576  [pdf, ps, other

    cs.LO

    Sharing and Linear Logic with Restricted Access (Extended Version)

    Authors: Pablo Barenbaum, Eduardo Bonelli

    Abstract: The two Girard translations provide two different means of obtaining embeddings of Intuitionistic Logic into Linear Logic, corresponding to different lambda-calculus calling mechanisms. The translations, mapping A -> B respectively to !A -o B and !(A -o B), have been shown to correspond respectively to call-by-name and call-by-value. In this work, we split the of-course modality of linear logic in… ▽ More

    Submitted 27 January, 2025; originally announced January 2025.

    Comments: Extended version of a paper presented at the 28th International Conference on Foundations of Software Science and Computation Structures (FoSSaCS 2025)

  2. arXiv:2210.15654  [pdf, ps, other

    cs.SC

    Reductions in Higher-Order Rewriting and Their Equivalence

    Authors: Pablo Barenbaum, Eduardo Bonelli

    Abstract: Proof terms are syntactic expressions that represent computations in term rewriting. They were introduced by Meseguer and exploited by van Oostrom and de Vrijer to study equivalence of reductions in (left-linear) first-order term rewriting systems. We study the problem of extending the notion of proof term to higher-order rewriting, which generalizes the first-order setting by allowing terms with… ▽ More

    Submitted 15 August, 2023; v1 submitted 27 October, 2022; originally announced October 2022.

    ACM Class: F.3.3

  3. Proceedings 16th Logical and Semantic Frameworks with Applications

    Authors: Mauricio Ayala-Rincon, Eduardo Bonelli

    Abstract: This volume contains the post-proceedings of the Sixteenth Logical and Semantic Frameworks with Applications (LSFA 2021). The meeting was held online on July 23-24, 2021, organised by the Universidad de Buenos Aires, Argentina. LSFA aims to bring researchers and students interested in theoretical and practical aspects of logical and semantic frameworks and their applications. The covered topics i… ▽ More

    Submitted 7 April, 2022; originally announced April 2022.

    Journal ref: EPTCS 357, 2022

  4. A Strong Bisimulation for a Classical Term Calculus

    Authors: Eduardo Bonelli, Delia Kesner, Andrés Viso

    Abstract: When translating a term calculus into a graphical formalism many inessential details are abstracted away. In the case of $λ$-calculus translated to proof-nets, these inessential details are captured by a notion of equivalence on $λ$-terms known as $\simeq_σ$-equivalence, in both the intuitionistic (due to Regnier) and classical (due to Laurent) cases. The purpose of this paper is to uncover a stro… ▽ More

    Submitted 17 April, 2024; v1 submitted 14 January, 2021; originally announced January 2021.

    Comments: arXiv admin note: text overlap with arXiv:1906.09370

    Journal ref: Logical Methods in Computer Science, Volume 20, Issue 2 (April 18, 2024) lmcs:7089

  5. Strong Bisimulation for Control Operators

    Authors: Eduardo Bonelli, Delia Kesner, Andrés Viso

    Abstract: The purpose of this paper is to identify programs with control operators whose reduction semantics are in exact correspondence. This is achieved by introducing a relation $\simeq$, defined over a revised presentation of Parigot's $λμ$-calculus we dub $ΛM$. Our result builds on two fundamental ingredients: (1) factorization of $λμ$-reduction into multiplicative and exponential steps by means of exp… ▽ More

    Submitted 16 October, 2019; v1 submitted 21 June, 2019; originally announced June 2019.

  6. Efficient Type Checking for Path Polymorphism

    Authors: Juan Edi, Andrés Viso, Eduardo Bonelli

    Abstract: A type system combining type application, constants as types, union types (associative, commutative and idempotent) and recursive types has recently been proposed for statically typing path polymorphism, the ability to define functions that can operate uniformly over recursively specified applicative data structures. A typical pattern such functions resort to is $x\,y$ which decomposes a compound,… ▽ More

    Submitted 28 April, 2017; originally announced April 2017.

  7. Type Soundness for Path Polymorphism

    Authors: Andrés Viso, Eduardo Bonelli, Mauricio Ayala-Rincón

    Abstract: Path polymorphism is the ability to define functions that can operate uniformly over arbitrary recursively specified data structures. Its essence is captured by patterns of the form $x\,y$ which decompose a compound data structure into its parts. Typing these kinds of patterns is challenging since the type of a compound should determine the type of its components. We propose a static type system (… ▽ More

    Submitted 28 April, 2016; v1 submitted 13 January, 2016; originally announced January 2016.

  8. arXiv:1412.2118  [pdf, other

    cs.LO

    On abstract normalisation beyond neededness

    Authors: Eduardo Bonelli, Delia Kesner, Carlos Lombardi, Alejandro Rios

    Abstract: We study normalisation of multistep strategies, strategies that reduce a set of redexes at a time, focussing on the notion of necessary sets, those which contain at least one redex that cannot be avoided in order to reach a normal form. This is particularly appealing in the setting of non-sequential rewrite systems, in which terms that are not in normal form may not have any needed redex. We first… ▽ More

    Submitted 9 May, 2016; v1 submitted 5 December, 2014; originally announced December 2014.

  9. arXiv:1403.7685   

    cs.LO cs.PL

    Proceedings 9th International Workshop on Developments in Computational Models

    Authors: Mauricio Ayala-Rincón, Eduardo Bonelli, Ian Mackie

    Abstract: This volume contains a selection of the papers presented at the Ninth International Workshop on Developments in Computational Models (DCM 2013) held in Buenos Aires, Argentina on 26th August 2013, as a satellite event of CONCUR 2013. Several new models of computation have emerged in the last years, and many developments of traditional computational models have been proposed with the aim of taking… ▽ More

    Submitted 29 March, 2014; originally announced March 2014.

    Comments: EPTCS 144, 2014

  10. arXiv:1102.3465   

    cs.LO cs.PL

    Proceedings 5th International Workshop on Higher-Order Rewriting

    Authors: Eduardo Bonelli

    Abstract: HOR 2010 is a forum to present work concerning all aspects of higher-order rewriting. The aim is to provide an informal and friendly setting to discuss recent work and work in progress. Previous editions of HOR were held in Copenhagen - Denmark (HOR 2002), Aachen - Germany (HOR 2004), Seattle - USA (HOR 2006) and Paris - France (HOR 2007).

    Submitted 16 February, 2011; originally announced February 2011.

    Journal ref: EPTCS 49, 2011

  11. Superdevelopments for Weak Reduction

    Authors: Eduardo Bonelli, Pablo Barenbaum

    Abstract: We study superdevelopments in the weak lambda calculus of Cagman and Hindley, a confluent variant of the standard weak lambda calculus in which reduction below lambdas is forbidden. In contrast to developments, a superdevelopment from a term M allows not only residuals of redexes in M to be reduced but also some newly created ones. In the lambda calculus there are three ways new redexes may be c… ▽ More

    Submitted 25 January, 2010; originally announced January 2010.

    Journal ref: EPTCS 15, 2010, pp. 20-31