We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95123d commit 38f6387Copy full SHA for 38f6387
typed-racket-lib/typed-racket/utils/any-wrap.rkt
@@ -278,7 +278,8 @@
278
;; We can trust that these obey the type (-> Any Boolean).
279
(define (struct-predicate-procedure?/c x)
280
(and (or (struct-predicate-procedure? x)
281
- (cpointer-predicate-procedure? x))
+ (cpointer-predicate-procedure? x)
282
+ (struct-type-property-predicate-procedure? x))
283
(not (impersonator? x))))
284
285
(provide any-wrap/c any-wrap-warning/c struct-predicate-procedure?/c)
0 commit comments