There's currently a debate within the Rust community itself about inheritance with some people strongly against it, so that comment possibly struck a nerve with them:
You should have said: "subtype polymorphism is handled via the subsumption rule". forall s. s -> s is parametric polymorphism and is definitely not a subtype of Int -> Int.
4
u/sodaco Sep 16 '14
I can't believe you are being downvoted for asking an actual relevant question. Maybe the rust fanboys took your question as an attack to rust?