Skip to content

Commit 4196043

Browse files
committed
fix paper link, closes #726
1 parent 1ed7e49 commit 4196043

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/guides/equality.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,7 @@ the most relevant for how `=` and `hash` behave.
690690

691691
== References
692692

693-
The paper
694-
http://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=1?doi=10.1.1.23.9999&rep=rep1&type=pdf["Equal Rights for Functional Objects, or, the More Things Change, The More They Are the Same"] by Henry
693+
The paper https://dl.acm.org/doi/pdf/10.1145/165593.165596["Equal Rights for Functional Objects, or, the More Things Change, The More They Are the Same"] by Henry
695694
Baker includes code written in Common Lisp for a function `EGAL` that
696695
was an inspiration for Clojure's `=`. The idea of "deep equality"
697696
making sense for immutable values, but not as much sense for mutable

0 commit comments

Comments
 (0)