Skip to content

Commit 4c61643

Browse files
dannypsnlsamth
authored andcommitted
replace #' with syntax/loc for location information
1 parent d1cddad commit 4c61643

File tree

1 file changed

+1
-1
lines changed
  • typed-racket-lib/typed-racket/base-env

1 file changed

+1
-1
lines changed

typed-racket-lib/typed-racket/base-env/prims.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ the typed racket language.
762762
#'last-body))
763763
(define-values (defined-id rhs)
764764
(normalize-definition
765-
#`(define formals.erased body ... last-body*)
765+
(syntax/loc stx (define formals.erased body ... last-body*))
766766
#'-lambda
767767
#t #t))
768768
;; insert in type variables if necessary

0 commit comments

Comments
 (0)