Browse thread
Objects, dynamic cast, Obj.magic abuse and dragons
[
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: | Berke Durak <berke.durak@e...> |
| Subject: | Re: [Caml-list] Objects, dynamic cast, Obj.magic abuse and dragons |
Tiphaine.Turpin a écrit : > Here is another try. it has the drawback that classes need to be > parametric, but it seems to work, and to be scalable (the added code is > always the same). Of course, some syntactic sugar would help. That seems to be a very good solution! I didn't think it was possible. The classes are parametric but there is only one parameter, right? So it is scalable. Sweet, I'll give it a try. Thanks! -- Berke DURAK