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 QAA10183; Thu, 22 Nov 2001 16:51:13 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id QAA10525 for caml-list@pauillac.inria.fr; Thu, 22 Nov 2001 16:51:12 +0100 (MET) 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 XAA26040 for ; Wed, 21 Nov 2001 23:43:16 +0100 (MET) Received: from sarg.ryerson.ca (sarg.ryerson.ca [141.117.18.117]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id fALMhFn05000 for ; Wed, 21 Nov 2001 23:43:15 +0100 (MET) Received: from sarg.ryerson.ca (dmason@localhost) by sarg.ryerson.ca (8.11.2/8.11.2) with ESMTP id fALMh9D01600 for ; Wed, 21 Nov 2001 17:43:09 -0500 Message-Id: <200111212243.fALMh9D01600@sarg.ryerson.ca> To: caml-list@inria.fr Subject: [Caml-list] Classes and public/private User-Agent: EMH/1.10.0 SEMI/1.13.7 (Awazu) CLIME/1.13.6 (=?ISO-2022-JP?B?GyRCQ2YlTj4xGyhC?=) MULE XEmacs/21.1 (patch 14) (Cuyahoga Valley) (alpha-redhat-linux) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Date: Wed, 21 Nov 2001 17:43:09 -0500 From: Dave Mason Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk I have a system with a bunch of modules, but for simplicity, I'll explain it with 3. A defines some classes. B uses those classes to create some types, I would really only like it to see a small number of the methods of the class. C implements some functions on the types that need to access a much larger set of the methods of the classes defined in A. Is there any clean way to do this? Thanks ../Dave ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr