From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id TAA12965 for caml-redist; Thu, 27 Apr 2000 19:57:46 +0200 (MET DST) Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id PAA07229 for ; Thu, 27 Apr 2000 15:55:27 +0200 (MET DST) Received: from plutonium.uunet.be (plutonium.uunet.be [194.7.15.87]) by concorde.inria.fr (8.8.7/8.8.7) with ESMTP id PAA01518 for ; Thu, 27 Apr 2000 15:55:13 +0200 (MET DST) Received: from jannt (uu212-190-2-249.unknown.uunet.be [212.190.2.249]) by plutonium.uunet.be (8.9.1/8.9.3) with ESMTP id PAA13830 for ; Thu, 27 Apr 2000 15:55:10 +0200 (CEST) Message-ID: <002601bfb050$b47b8790$f902bed4@jannt> Reply-To: "Jan Brosius" From: "Jan Brosius" To: Subject: simulation of doubly linked lists in OCaml? Date: Thu, 27 Apr 2000 15:58:01 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0023_01BFB061.5D576C70" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: weis This is a multi-part message in MIME format. ------=_NextPart_000_0023_01BFB061.5D576C70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I wonder if it is possible to simulate by datatype constructors a doubly = linked list in OCaml/ I read the english version about pointers in Ocaml, interesting but it = is not=20 cleat for me how to simulate a doubly linkedlist. Friendly Jan Brosius ------=_NextPart_000_0023_01BFB061.5D576C70 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I wonder if it is possible to simulate by datatype=20 constructors a doubly linked list in OCaml/
 
I read the english version about pointers in Ocaml,=20 interesting but it is not
 
cleat for me how to simulate a doubly = linkedlist.
 
Friendly
 
Jan Brosius
------=_NextPart_000_0023_01BFB061.5D576C70--