Skip to content

Commit bd66cbf

Browse files
committed
fix type of set-box!
1 parent b21c966 commit bd66cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@
870870
[unbox (-poly (a) (cl->*
871871
((-box -Bottom a) . -> . a)
872872
((make-BoxTop) . -> . Univ)))]
873-
[set-box! (-poly (a) ((-box a) a . -> . -Void))]
873+
[set-box! (-poly (a) ((-box a -Bottom) a . -> . -Void))]
874874
[unsafe-unbox (-poly (a) (cl->*
875875
((-box a) . -> . a)
876876
((make-BoxTop) . -> . Univ)))]

0 commit comments

Comments
 (0)