Replace the simp call in stepiTac to directly construct an application of the right stepi theorem, making it much more predictable (and hopefully, performant)
Testing:
make all ran locally
License:
By submitting this pull request, I confirm that my contribution is
made under the terms of the Apache 2.0 license.
Description:
Replace the
simp
call instepiTac
to directly construct an application of the rightstepi
theorem, making it much more predictable (and hopefully, performant)Testing:
make all
ran locallyLicense:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.