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 QAA06887; Wed, 23 Apr 2003 16:17:06 +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 QAA06814 for ; Wed, 23 Apr 2003 16:17:02 +0200 (MET DST) Received: from eposta.kablonet.com.tr ([62.248.102.66]) by nez-perce.inria.fr (8.11.1/8.11.1) with SMTP id h3NEGwT11917 for ; Wed, 23 Apr 2003 16:16:59 +0200 (MET DST) Received: (qmail 88557 invoked by uid 0); 23 Apr 2003 14:24:20 -0000 Received: from unknown (HELO 195.174.169.185) (exa@195.174.169.185) by 0 with SMTP; 23 Apr 2003 14:24:20 -0000 From: Eray Ozkural Reply-To: erayo@cs.bilkent.edu.tr Organization: Bilkent University CS Dept. To: caml-list@inria.fr Subject: [Caml-list] Yelling Date: Wed, 23 Apr 2003 17:16:23 +0300 User-Agent: KMail/1.5.9 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200304231716.23923.exa@kablonet.com.tr> X-Spam: no; 0.00; eray:01 ozkural:01 yell:99 dynarray:01 undirected:01 generic:01 abstracted:01 complexities:01 erayo:01 bilkent:01 ankara:01 kde:01 malfunction:01 ariza:01 inherit:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hey, somebody yell if you've been able to use the digraph and dynarray code I posted earlier! I'd also love to have wishlists!!! Some other things I forgot to mention: An undirected graph adaptor is easy. I initially started with a vertex/edge weighted graph... Also I plan to functor-ize the graph modules making it more generic, ultimately the representation should be abstracted away completely. Then you have classes, oops, modules that have different time/space complexities for storage and update, query operations.... BTW, does somebody have a good idea of how to make one module inherit from another? Say, for implementing Graph using Digraph. It's too bad there isn't an Ada like package extension mechanism. Cheers, -- Eray Ozkural (exa) Comp. Sci. Dept., Bilkent University, Ankara KDE Project: http://www.kde.org www: http://www.cs.bilkent.edu.tr/~erayo Malfunction: http://mp3.com/ariza GPG public key fingerprint: 360C 852F 88B0 A745 F31B EA0F 7C07 AE16 874D 539C ------------------- 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