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 f187930 commit eddab33Copy full SHA for eddab33
hackett-lib/hackett/private/base.rkt
@@ -436,11 +436,9 @@
436
#:with x- #'x.internal-id
437
(syntax-property
438
#`(define- x-
439
- (#%expression
440
- (: #,((attribute x.scoped-binding-introducer)
441
- #'e)
442
- x.type
443
- #:exact)))
+ (: #,((attribute x.scoped-binding-introducer) #'e)
+ x.type
+ #:exact))
444
'disappeared-use
445
(syntax-local-introduce #'x))]
446
0 commit comments