[
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: | Babo Attila <attila.babo@g...> |
| Subject: | [Caml-list] Oo.copy |
What's wrong with this code? When I try to compile it using ocamlc
3.06 the compiler hangs on Win32 and on Debian Linux as well. The
ocaml interpreter does the same.
It works when I changed Oo.copy self to {<>} or simply self.
class virtual duplicatable =
object (_ : 'a)
method virtual dup : 'a
end
class test =
object (self)
inherit duplicatable
method dup = Oo.copy self
end
-------------------
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