Made blame objects transparent to allow equal?
svn: r17695
This commit is contained in:
parent
da89b2146f
commit
41bd96f6aa
|
@ -18,7 +18,9 @@
|
|||
current-blame-format
|
||||
(struct-out exn:fail:contract:blame))
|
||||
|
||||
(define-struct blame [source value contract positive negative swapped?])
|
||||
(define-struct blame
|
||||
[source value contract positive negative swapped?]
|
||||
#:transparent)
|
||||
|
||||
(define (blame-guilty b)
|
||||
(if (blame-swapped? b)
|
||||
|
|
Loading…
Reference in New Issue
Block a user