add #:transparent to aid debugging

This commit is contained in:
Robby Findler 2017-01-11 12:05:24 -06:00
parent 21862ca291
commit 6ad4f1edaa

View File

@ -71,7 +71,7 @@ the state transitions / contracts are:
;; pref-callback : (make-pref-callback (union (weak-box (sym tst -> void)) (sym tst -> void)))
;; this is used as a wrapped to deal with the problem that different procedures might be eq?.
(define-struct pref-callback (cb))
(define-struct pref-callback (cb) #:transparent)
;; used to detect missing hash entries
(define none (gensym 'none))