Skip to content

Commit d1cddad

Browse files
committed
Update typed-racket-lib/typed-racket/typecheck/tc-structs.rkt
1 parent bbc4029 commit d1cddad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typed-racket-lib/typed-racket/typecheck/tc-structs.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
(values (cons constructor-binding extra-constructor-bindings)
379379
(append (cons (make-def-struct-stx-binding (struct-names-type-name names)
380380
si
381-
(def-binding-ty constructor-binding))
381+
constructor-type)
382382
extra-constructor-bindings)
383383
bindings))))
384384

0 commit comments

Comments
 (0)