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
This error occurs because λx is parsed as a free meta-variable with name λx, which cannot occur in a projection with the . operator. Like you wrote, \ is expected instead of λ, and error reporting needs improvement.
The error is raised from the elTerm' function in the LF reconstruction module:
I'm trying to go through the NbE example, and got an internal error. I've simplified it to this:
I've since figured out that the syntax has changed to only allow
\
instead ofλ
, but I'm reporting the bug anyway as requested.The text was updated successfully, but these errors were encountered: