Fix check-unreachable-code? mode in TR
original commit: 07c944f337345932544bcbfce6956fe3d175c130
This commit is contained in:
parent
2bce000075
commit
0058d5d0de
|
@ -25,7 +25,7 @@
|
|||
;; otherwise, this code is unreachable
|
||||
;; and the resulting type should be the empty type
|
||||
[(check-unreachable-code?)
|
||||
(tc-expr/check expr Univ)
|
||||
(tc-expr expr)
|
||||
(ret (Un))]
|
||||
[else (ret (Un))]))
|
||||
(match (single-value tst)
|
||||
|
|
Loading…
Reference in New Issue
Block a user