Browse thread
[Caml-list] Polymorphic methods and ellipsis
[
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: | Pixel <pixel@m...> |
| Subject: | Re: [Caml-list] Polymorphic methods and ellipsis |
Alessandro Baretta <alex@baretta.com> writes: > I'm trying to write a polymorphic method that will accept as a parameter any > instance of any subclass of given class. For example what about the simpler: class salutation = object method greet : 'a. (#parent as 'a) -> string = fun obj -> obj # foo ^ obj # bar end which works :) ------------------- 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