[
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: | 2004-05-28 (14:49) |
From: | Michael <micha-1@f...> |
Subject: | Re: [Caml-list] a class as method parameter... |
On Freitag, 28. Mai 2004 16:33, skaller wrote: > 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?? oke, use: class one method name = "one" end it is just an access method to get the val back, rename it as you like :-). pretty useless, of course as standalone program, the whole thing, but short enough for my previous question: why does this not work: method take_one ( o : #one ) = o#name (in class two...) Michael ------------------- 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