From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id BA603BB81 for ; Fri, 2 Dec 2005 10:14:32 +0100 (CET) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id jB29EVwB032049 for ; Fri, 2 Dec 2005 10:14:32 +0100 Received: by wproxy.gmail.com with SMTP id 69so23698wra for ; Fri, 02 Dec 2005 01:14:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QW9rEJy3+mLuPuq2nwHQYIVX4vqTRl3hhWqPd+YpWdV+RLs0wArtzg6IEmySme933Uhc7YRcvno10zdpqVjQt2ClmtlPPUiTSkblpY5jtmEVQQpi9bvwq26ApOOhIhRUAOuH3e87aNkAh0MlhvKf61TMDaj07W3LvkS9ud8ybzU= Received: by 10.65.213.10 with SMTP id p10mr1370704qbq; Fri, 02 Dec 2005 01:13:59 -0800 (PST) Received: by 10.65.35.10 with HTTP; Fri, 2 Dec 2005 01:13:59 -0800 (PST) Message-ID: Date: Fri, 2 Dec 2005 22:13:59 +1300 From: Jonathan Roewen To: Erik de Castro Lopo Subject: Re: [Caml-list] Reporting on sucess/failure of tail recursion Cc: caml-list@yquem.inria.fr In-Reply-To: <20051202200957.2fb14d49.ocaml-erikd@mega-nerd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051202200957.2fb14d49.ocaml-erikd@mega-nerd.com> X-Miltered: at nez-perce with ID 43901077.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 recursion:01 tail:01 mentioning:03 feature:08 feature:08 useful:08 gmail:09 think:11 some:12 does:14 failure:15 there:17 tool:17 would:17 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.3 > Is there a way to do this? Does anyone else think this would be a useful > feature? I would love this feature! I was thinking about mentioning some two-three days ago myself ;-) Even cooler would be if a tool could suggest an alternative implementation that is tail-rec if can be made so. Jonathan