Make `procedure-to-blame' applicable.
This unbreaks some applications of procedures with signature violations.
This commit is contained in:
parent
cda3d259ee
commit
00061e6bb9
|
@ -373,7 +373,8 @@
|
||||||
#:arbitrary-promise
|
#:arbitrary-promise
|
||||||
(delay (apply arbitrary-one-of =? cases))))
|
(delay (apply arbitrary-one-of =? cases))))
|
||||||
|
|
||||||
(define-struct procedure-to-blame (proc syntax))
|
(define-struct procedure-to-blame (proc syntax)
|
||||||
|
#:property prop:procedure 0)
|
||||||
|
|
||||||
(define signature-key (gensym 'signature-key))
|
(define signature-key (gensym 'signature-key))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user