Constraining with bottom produces trivial constraints, not missing constraints.
This commit is contained in:
parent
589ba9d77a
commit
f9c91d6b8a
|
@ -300,7 +300,7 @@
|
|||
(cg b b*)]
|
||||
|
||||
|
||||
[((Union: es) S) (cset-meet* (for/list ([e es]) (cg e S)))]
|
||||
[((Union: es) S) (cset-meet* (cons empty (for/list ([e es]) (cg e S))))]
|
||||
;; we might want to use multiple csets here, but I don't think it makes a difference
|
||||
[(S (Union: es)) (or
|
||||
(for/or
|
||||
|
|
Loading…
Reference in New Issue
Block a user