169
I love Rust
(lemmy.blahaj.zone)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Haskell:
deriving Eq
Ahh, the comment I was looking for
I would have also accepted: "Haskell did it first."
OCaml has ppx_deriving. PureScript has
derive instance
.Newer Scala follows rhe same when enabling strict equaility. It's a goos thing.