Skip to content

Commit eddab33

Browse files
iitalicsAlexKnauth
authored andcommitted
Remove unnecessary #%expression
1 parent f187930 commit eddab33

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

hackett-lib/hackett/private/base.rkt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -436,11 +436,9 @@
436436
#:with x- #'x.internal-id
437437
(syntax-property
438438
#`(define- x-
439-
(#%expression
440-
(: #,((attribute x.scoped-binding-introducer)
441-
#'e)
442-
x.type
443-
#:exact)))
439+
(: #,((attribute x.scoped-binding-introducer) #'e)
440+
x.type
441+
#:exact))
444442
'disappeared-use
445443
(syntax-local-introduce #'x))]
446444

0 commit comments

Comments
 (0)