source-academy / js-slang

Implementations of sublanguages of JavaScript, TypeScript, Scheme and Python
https://source-academy.github.io/source/
Apache License 2.0
66 stars 104 forks source link

CSE: closures in global frame don't display properly #1641

Closed martin-henz closed 5 months ago

martin-henz commented 5 months ago

Example:

(x => x)(x => x);

gives

Screenshot 2024-04-04 at 10 36 49 AM