You must log in or register to comment.
Haskell:
deriving Eq
Ahh, the comment I was looking for
I would have also accepted: “Haskell did it first.”
Newer Scala follows the same when enabling strict equaility. It’s a good thing.
OCaml has ppx_deriving. PureScript has
derive instance
.