From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id HAA29168; Mon, 24 Mar 2003 07:09:33 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id HAA29076 for ; Mon, 24 Mar 2003 07:09:32 +0100 (MET) Received: from psyche.kaba.or.jp (psyche.kaba.or.jp [202.249.19.1]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h2O69UX13093 for ; Mon, 24 Mar 2003 07:09:30 +0100 (MET) Received: from mail.kaba.or.jp (cascade.kaba.or.jp [202.249.19.34]) by psyche.kaba.or.jp (Postfix) with ESMTP id 8D103229E9; Mon, 24 Mar 2003 15:09:27 +0900 (JST) Received: from WARP (dhcp04.kaba.or.jp [202.249.19.39]) by mail.kaba.or.jp (Postfix) with SMTP id 6A38949A6B; Mon, 24 Mar 2003 15:09:27 +0900 (JST) Message-ID: <004701c2f1cb$cd25d920$2713f9ca@WARP> From: "Nicolas Cannasse" To: "John Gerard Malecki" , "Caml List" References: <15993.10380.206589.498703@barrow.artisan.com> Subject: Re: [Caml-list] Wanted - General Purpose "Glue Logic" Data-Structures Date: Mon, 24 Mar 2003 15:08:34 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam: no; 0.00; cannasse:01 warplayer:01 caml-list:01 glue:01 pervasives:01 extlib:01 sourceforge:01 additionnal:01 nicolas:01 modules:02 library:03 data:03 mailling:95 output:05 structures:05 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > The program broke down in 2 places. First, List.concat was used to > convert the output of the fracturer from 'a list list to 'a list. Not > only is List.concat not tail-recursive but @ (Pervasives.append) is > also not tail-recursive. I modified the fracturer to directly produce > 'a list. [...] > Any suggestions? Does anyone have other useful glue-logic > data-structures which they use? We're currently running a project called ExtLib ( http://sourceforge.net/projects/ocaml-lib ) than aims at providing thoses kind of needed tail-safe data structures, and some other useful modules built together as an additionnal standard library. Any people interested in helping can join the mailling list. Nicolas Cannasse ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners