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.
#'
syntax/loc
1 parent d1cddad commit 4c61643Copy full SHA for 4c61643
typed-racket-lib/typed-racket/base-env/prims.rkt
@@ -762,7 +762,7 @@ the typed racket language.
762
#'last-body))
763
(define-values (defined-id rhs)
764
(normalize-definition
765
- #`(define formals.erased body ... last-body*)
+ (syntax/loc stx (define formals.erased body ... last-body*))
766
#'-lambda
767
#t #t))
768
;; insert in type variables if necessary
0 commit comments