Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in MetaM chapter: the signature of Lean.commitIfNoEx is wrong #140

Closed
spinylobster opened this issue Jun 11, 2024 · 0 comments · Fixed by #152
Closed

Typo in MetaM chapter: the signature of Lean.commitIfNoEx is wrong #140

spinylobster opened this issue Jun 11, 2024 · 0 comments · Fixed by #152

Comments

@spinylobster
Copy link

in https://leanprover-community.github.io/lean4-metaprogramming-book/main/04_metam.html#backtracking ,

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 α.

Seasawher added a commit to Seasawher/lean4-metaprogramming-book that referenced this issue Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant