Hacker News new | ask | show | jobs
by alco 4406 days ago
You don't need ad-hoc polymorphism to implement polymorphic operators. Haskell does that with type classes that provide parametric polymorphism.