greghendershott / rackjure

Provide a few Clojure-inspired ideas in Racket. Where Racket and Clojure conflict, prefer Racket.
BSD 2-Clause "Simplified" License
236 stars 17 forks source link

`egal?` doesn't support Racket `struct`s #23

Closed greghendershott closed 10 years ago

greghendershott commented 10 years ago

Currently it always uses eq?. Instead, we want it to consider struct immutability and use equal?.

greghendershott commented 10 years ago

/cc @technomancy

technomancy commented 10 years ago

Nice; thanks for catching this.