leanprover-community / aesop

White-box automation for Lean 4
Apache License 2.0
157 stars 25 forks source link

RFC: fail if no rules are applied #85

Closed semorrison closed 8 months ago

semorrison commented 8 months ago

With terminal := false, aesop always succeeds. Could we change that so that it succeeds iff it applies a rule?

JLimperg commented 8 months ago

Good idea!