a : nat l0 : a <= 0
goal: a <= 0 I am applying command rewrite (leb_correct _ _ l0),but it does not work.
Try auto or maybe exact l0, because it seems that l0 and goal is the same.
auto
exact l0
l0
goal
Last updated: Oct 03 2023 at 20:01 UTC