This website requires JavaScript.
Explore
Help
Sign in
rev
/
mpl
Watch
1
Star
0
Fork
You've already forked mpl
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
main
mpl
/
conformance
/
corpus
/
076_shadowing
/
program.mpl
developtheweb
8bbb99e7aa
Re-record and ratify the corpus
2026-07-10 00:00:10 -04:00
4 lines
55 B
Text
Raw
Permalink
Blame
History
x ≜ 1;
f ≜ λy: (x ≜ 5; x + y);
✎ f(0);
✎ x;
Reference in a new issue
View git blame
Copy permalink