I am calling a function recursively n time. Is it possible to stop the function early at some value r(nat) ? How i should write it? Now match both n and r?
match Nat.eqb n r
Nat.eqb n r
Last updated: Oct 05 2023 at 02:01 UTC