See if we can simply listFormulaIsEmpty()
with introduction of undef
#1185
Labels
listFormulaIsEmpty()
with introduction of undef
#1185
Description:
With the introduction of
undef
type to the type engine, we were able to simplify themappingFormulaIsEmpty()
logic and make it aligned with the algorithm in exercise 10 of the Cov-Contra paper. Changes are made with PR #1175.Similarly, see if we can achieve the same with
listFormulaIsEmpty()
.The text was updated successfully, but these errors were encountered: