trying to trace equal-hash-code with structures.

This commit is contained in:
Danny Yoo 2011-11-04 17:49:31 -04:00
parent 522b1866c8
commit c8bc9c182d

View File

@ -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"