lambda_mountain 1.12.9

Lambda Mountain
Documentation
1
2
3
4
5

f := λ(: b Atom). b;
f := λ(: b Nil). b;

f 1;