I don't understand this. I thought the whole idea of oo programming was that you could use a subclass in place of a superclass... I also thought that the strict typing of Ocaml was there to avoid runtime errors, but if so, why does it complain in this situation, when no runtime error can possibly happen? It seems to me that the idea of oo programming is broken for no good reason... Luca On 10/5/07, Florian Hars wrote: > > Luca de Alfaro schrieb: > > The absurdity continues: > > This is not absurd, this is the documented correct behaviuor. > If *you* decide that f must only accept arguments of *exactly* > type r, the typechecker enforces your decision, as it does if > you decide that f may also accept subtypes of r (as long as your > decisions are consistent within he type system). > > Yours, Florian. >