Browse thread
[Caml-list] a class as method parameter...
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Remi Vanicat <remi.vanicat@l...> |
| Subject: | Re: [Caml-list] a class as method parameter... |
skaller <skaller@users.sourceforge.net> writes: > On Fri, 2004-05-28 at 19:25, Michael wrote: >> Hi, >> >> I don't understand why this doesn't work: >> >> class one = object >> val name = "test" >> method name = name >> end;; > > What kind of weirdness is this? A val called name > and also a method called name?? method and val don't live in the same domain name. There is no problem in the point of vue of ocaml (and semantically, they are the same here, so it is not too much a problem for code's users). -- Rémi Vanicat ------------------- 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