Very very short question on objects

From: Christian RINDERKNECHT (rinderkn@hugo.int-evry.fr)
Date: Mon Oct 25 1999 - 11:46:16 MET DST


Date: Mon, 25 Oct 1999 11:46:16 +0200
From: Christian RINDERKNECHT <rinderkn@hugo.int-evry.fr>
To: caml-list@pauillac.inria.fr
Subject: Very very short question on objects

Hi everybody,

I'm getting started with OCaml objects and, trying to compose
functional updates, I ran into something like the following
toy example:

        Objective Caml version 2.02
 
# class x =
    object
      method private f = ()
      method g = {< >} # f
    end
  ;;
class x : object method f : unit method g : unit end
#

Method [f] is not private... Shouldn't be this an error?

Best regards,

Christian

-----------------------------------------------------------------------
Christian Rinderknecht Phone +33 (0)1 60 76 44 43
Institut National des Télécommunications Fax +33 (0)1 60 76 47 11
Département Logiciels Réseaux (LOR) WWW
9, Rue Charles Fourier, F-91011 Évry Cedex



This archive was generated by hypermail 2b29 : Sun Jan 02 2000 - 11:58:27 MET