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 7c46e05 commit 972e88fCopy full SHA for 972e88f
typed-racket-lib/typed-racket/rep/rep-utils.rkt
@@ -611,7 +611,8 @@
611
#'(begin)
612
#`(provide #,@non-constr-li)))
613
#'(constr-provide nonconstr-provide)])]
614
- [struct-def #'(struct var.name parent ... (flds.ids ...)
+ [struct-def (syntax/loc #'var.name
615
+ (struct var.name parent ... (flds.ids ...)
616
maybe-transparent ...
617
#:constructor-name constructor-name
618
#:property prop:uid uid-id
@@ -625,7 +626,7 @@
625
626
Rep-free-idxs-def
627
Rep-for-each-def
628
Rep-fmap-def]
- extra-defs ...)])
629
+ extra-defs ...))])
630
;; - - - - - - - - - - - - - - -
631
;; macro output
632
0 commit comments