caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Christian RINDERKNECHT <rinderkn@hugo.int-evry.fr>
To: caml-list@pauillac.inria.fr
Subject: Very very short question on objects
Date: Mon, 25 Oct 1999 11:46:16 +0200	[thread overview]
Message-ID: <19991025114616.B226@jones.int-evry.fr> (raw)

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




             reply	other threads:[~1999-10-25 18:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-25  9:46 Christian RINDERKNECHT [this message]
1999-10-25 19:31 ` William Chesters
1999-10-25 20:33 ` Emmanuel CHAILLOUX

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19991025114616.B226@jones.int-evry.fr \
    --to=rinderkn@hugo.int-evry.fr \
    --cc=caml-list@pauillac.inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).