Open andreinaku opened 5 months ago
r'((a:T4 /\ b:T5 /\ c:T3) ^ (T6 <= int /\ T7 <= float /\ T1 <= float /\ T2 <= str /\ T3 <= int /\ T4 <= T6 + T1 /\ T5 <= T7 + T2))'
right now, the result is T1 <= bot and T2 <= bot. is this right?
T1 <= bot
T2 <= bot
right now, the result is
T1 <= bot
andT2 <= bot
. is this right?