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 #141

Closed
Seasawher opened this issue Jun 15, 2024 · 0 comments · Fixed by #152
Closed

typo in MetaM chapter #141

Seasawher opened this issue Jun 15, 2024 · 0 comments · Fixed by #152

Comments

@Seasawher
Copy link
Contributor

[Constructing Expressions] Create expression fun x, 1 + x in two ways: a) not idiomatically, with loose bound variables b) idiomatically. In what version can you use Lean.mkAppN? In what version can you use Lean.Meta.mkAppM?

it should be fun x => 1 + x

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