Skip to content

Commit 61a3aae

Browse files
iitalicsAlexKnauth
authored andcommitted
Remove unnecessary #%expression
1 parent 26351c5 commit 61a3aae

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
@@ -454,11 +454,9 @@
454454
#:with x- #'x.internal-id
455455
(syntax-property
456456
#`(define- x-
457-
(#%expression
458-
(: #,((attribute x.scoped-binding-introducer)
459-
#'e)
460-
x.type
461-
#:exact)))
457+
(: #,((attribute x.scoped-binding-introducer) #'e)
458+
x.type
459+
#:exact))
462460
'disappeared-use
463461
(syntax-local-introduce #'x))]
464462

0 commit comments

Comments
 (0)