From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 902657EE99 for ; Wed, 11 Dec 2013 23:37:22 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of lukstafi@gmail.com) identity=pra; client-ip=209.85.212.182; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="lukstafi@gmail.com"; x-sender="lukstafi@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of lukstafi@gmail.com designates 209.85.212.182 as permitted sender) identity=mailfrom; client-ip=209.85.212.182; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="lukstafi@gmail.com"; x-sender="lukstafi@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-wi0-f182.google.com) identity=helo; client-ip=209.85.212.182; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="lukstafi@gmail.com"; x-sender="postmaster@mail-wi0-f182.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhcDAOnnqFLRVdS2lWdsb2JhbABZDoI1fFODA7YpToEVCBYOAQEBAQcNCQkSKoIlAQEEASMdARseAwELBgUEAQY3AgIhAQERAQUBHAYBEodvAQMJBg2mK4wGU4MJhCsKGScNZIYuEQEBBAyCUIoZgg8LgmyBSASWKYFrjFqDTBgphBZAOw X-IPAS-Result: AhcDAOnnqFLRVdS2lWdsb2JhbABZDoI1fFODA7YpToEVCBYOAQEBAQcNCQkSKoIlAQEEASMdARseAwELBgUEAQY3AgIhAQERAQUBHAYBEodvAQMJBg2mK4wGU4MJhCsKGScNZIYuEQEBBAyCUIoZgg8LgmyBSASWKYFrjFqDTBgphBZAOw X-IronPort-AV: E=Sophos;i="4.93,874,1378850400"; d="scan'208";a="48409414" Received: from mail-wi0-f182.google.com ([209.85.212.182]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 11 Dec 2013 23:37:22 +0100 Received: by mail-wi0-f182.google.com with SMTP id en1so1636596wid.9 for ; Wed, 11 Dec 2013 14:37:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=iQ0Q8R2OmnDkBR2ONhIrfS7f6owyA/k60I0cmROfjuU=; b=deo/dRVj3upsUf4feezoiYjkk/k8Asex7YAjwZbHMglLRvMObN2CIIHE+aiaS7qVyF zwN5X81Uej0M03lKuQnbhDXbxWj2UmIq/uLAnBaUTk0pAzZ665BB/pSD3HWRuecvlOX8 2K70mVf4l0OAC/iXo9KT3EpSluoOT7kjLFHHZXJvP9aRcHmdB6aNTo+yp75SymaKo308 l53fu3OfReqUqNKAFK9B7nmOBJ+krXTbCg7YfoVCahJiWPPeFkSQeecuvEzL3GwKdZAE CuImKSXe4V4TlvezxxqXOefOwXr33gY+wUZGmiZJQz/DQf7DyE9VYGxYbNFrEZI9VYNG esbA== X-Received: by 10.180.108.132 with SMTP id hk4mr5109809wib.12.1386801441781; Wed, 11 Dec 2013 14:37:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.36.201 with HTTP; Wed, 11 Dec 2013 14:37:01 -0800 (PST) In-Reply-To: References: From: Lukasz Stafiniak Date: Wed, 11 Dec 2013 23:37:01 +0100 Message-ID: To: Caml , types-list@lists.seas.upenn.edu Content-Type: multipart/alternative; boundary=e89a8f3baad54fbe5704ed49df5a Subject: Re: [Caml-list] [ANN] InvarGenT: GADTs-based invariant/postcondition generation --e89a8f3baad54fbe5704ed49df5a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Dec 11, 2013 at 10:29 PM, Lukasz Stafiniak wrot= e: > Hello, > > I am pleased to release the first version of InvarGenT, a system that > performs full type inference for a type system with GADTs, and also > generates new GADTs to serve as existential types. In addition to algebra= ic > types, the first version handles linear arithmetic constraints. > > https://github.com/lukstafi/invargent/releases/tag/v1.0 > > Regards, > =C5=81ukasz Stafiniak > Bug fix: the remark in the manual about `let..in` as syntactic sugar is erroneous, ignore it. 'let..in' nodes differ from beta-redexes in that the former can be used for existential type elimination. --e89a8f3baad54fbe5704ed49df5a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On W= ed, Dec 11, 2013 at 10:29 PM, Lukasz Stafiniak <lukstafi@gmail.com>= ; wrote:
Hello,

I am pleased to= release the first version of InvarGenT, a system that performs full type i= nference for a type system with GADTs, and also generates new GADTs to serv= e as existential types. In addition to algebraic types, the first version h= andles linear arithmetic constraints.


Regards,
=C5=81ukasz= Stafiniak

Bug fix: the remark in the manual about `let..in` as syntactic su= gar is erroneous, ignore it. 'let..in' nodes differ from beta-redex= es in that the former can be used for existential type elimination.<= br>
--e89a8f3baad54fbe5704ed49df5a--