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 OAA05698; Tue, 6 May 2003 14:31:48 +0200 (MET DST) 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 OAA05847 for ; Tue, 6 May 2003 14:31:47 +0200 (MET DST) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h46CVkT26831 for ; Tue, 6 May 2003 14:31:46 +0200 (MET DST) Received: from ibm3.cicrp.jussieu.fr (ibm3.cicrp.jussieu.fr [134.157.15.3]) by shiva.jussieu.fr (8.12.9/jtpda-5.4) with ESMTP id h46CVYru077055 ; Tue, 6 May 2003 14:31:34 +0200 (CEST) Received: from ibm1.cicrp.jussieu.fr (ibm1.cicrp.jussieu.fr [134.157.15.1]) by ibm3.cicrp.jussieu.fr (8.8.8/jtpda/mob-V8) with ESMTP id OAA28186 ; Tue, 6 May 2003 14:30:41 +0200 Received: from localhost (fernande@localhost) by ibm1.cicrp.jussieu.fr (8.8.8/jtpda/mob-v8) with ESMTP id OAA4104300 ; Tue, 6 May 2003 14:30:41 +0200 Date: Tue, 6 May 2003 14:30:41 +0200 (DST) From: Diego Olivier Fernandez Pons To: Nicolas Cannasse cc: Caml List Subject: Re: [Caml-list] Two types of efficiency (Was Efficiency of 'a list) In-Reply-To: <02c801c3137a$0d568e20$2713f9ca@WARP> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Antivirus: scanned by sophie at shiva.jussieu.fr X-Spam: no; 0.00; pons:01 cicrp:01 caml-list:01 cannasse:01 extlib:01 enum:01 fernandez:01 ocaml:01 nicolas:01 int:01 olivier:02 module:03 wrote:03 library:03 types:03 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Bonjour, On Tue, 6 May 2003, Nicolas Cannasse wrote: > Few people here are currently running the "ExtLib" - ocaml extended > library - project, and are trying to answer theses questions. For an > example of a structure that can be used to convert from and between > several different data structures, you could have a look at the Enum > module from the ExtLib CVS here : I read the code but I am afraid I didn't catch the point : what is the difference between the 'enum' data structure and a ('a * int) stream ? Why is it more convenient than other data structures as an itermediate data representation ? Diego Olivier ------------------- 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