Skip to content

Remove redundant computation in eqDeBruijnExpr

Rodrigo Mesquita requested to merge wip/romes/fixes into master

In eqDeBruijnExpr, we checked if the lists had the same length. However, all2 already returns False if the length doesn't match.

Merge request reports