You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lean.commitIfNoEx (x : α) : m α executes x. If x succeeds, commitIfNoEx returns its result. If x throws an exception, commitIfNoEx backtracks the state and rethrows the exception.
the actual signature is Lean.commitIfNoEx (x : m α) : m α.
The text was updated successfully, but these errors were encountered:
in https://leanprover-community.github.io/lean4-metaprogramming-book/main/04_metam.html#backtracking ,
the actual signature is
Lean.commitIfNoEx (x : m α) : m α
.The text was updated successfully, but these errors were encountered: