hfoffani / hypolambda

A very compact functional programming language for .NET.
Apache License 2.0
0 stars 0 forks source link

closures doesn't bind #6

Closed hfoffani closed 8 years ago

hfoffani commented 9 years ago

see Test_example_encapsulation()

hfoffani commented 8 years ago

done.

hfoffani commented 8 years ago

Closures don't keep the binding to the outer scope. See: Test_example_closure_2()