Open cbaggers opened 6 years ago
src/vari.cl/special-operators/case.lisp
compute-conditional-type-set
(= num-terminated 1)
At first glace I think we want to remove the types of the terminating branches and then carry on as usual (generating the or type in the clause below)
fix is in master
I closed the wrong ticket
src/vari.cl/special-operators/case.lisp
compute-conditional-type-set
function(= num-terminated 1)
looks wrongAt first glace I think we want to remove the types of the terminating branches and then carry on as usual (generating the or type in the clause below)