Hacker News new | ask | show | jobs
by kzrdude 4833 days ago
You can't overload operators in Haskell. You can define new operators though. You're not going to change the meaning of + unless you remove the old.