trying to trace equal-hash-code with structures.
This commit is contained in:
parent
522b1866c8
commit
c8bc9c182d
|
@ -46,7 +46,7 @@
|
||||||
"structs"
|
"structs"
|
||||||
(define-struct thing (name age) #:mutable)
|
(define-struct thing (name age) #:mutable)
|
||||||
(equal-hash-code (make-thing "danny" 32))
|
(equal-hash-code (make-thing "danny" 32))
|
||||||
(equal-hash-code (shared ([a (make-thing a a)]) a))
|
(void (equal-hash-code (shared ([a (make-thing a a)]) a)))
|
||||||
|
|
||||||
;; ;; symbols
|
;; ;; symbols
|
||||||
;; "symbols"
|
;; "symbols"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user