recfun_finder should delete recursive definitions on scope exit
Author: NikolajBjornerCreated Sep 18, 2026Updated Sep 18, 2026
the recfun_finder is exposed as a simplifier. It should push a closure on the undo trail to remove recursive definitions that were introduced when exiting scope. Otherwise recursive functions from a detached scope are used persistently
Source: Z3Prover/z3