Closed andreinaku closed 5 months ago
for example, for the following state(set)
(a:T1 /\ b:T2)
for the expression
a >> b
the expected result is
((a:T1 /\ b:T2 /\ (a >> b):int) ^ (T1 <= int /\ T2 <= int))
(as seen in test_state_apply_spec_11)
test_state_apply_spec_11
40953bf982385ee78ecd0e8c6a0d5db99e2bd891
for example, for the following state(set)
for the expression
the expected result is
(as seen in
test_state_apply_spec_11
)