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
[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
The text was updated successfully, but these errors were encountered:
Seasawher
added a commit
to Seasawher/lean4-metaprogramming-book
that referenced
this issue
Dec 25, 2024
it should be
fun x => 1 + x
The text was updated successfully, but these errors were encountered: