Closed fredokun closed 7 years ago
if a variable e.g. x is in the environment
x
then something of the form (lambda [x T] ...) will possibly interfere with expressions having x as a free variable.
(lambda [x T] ...)
I cannot reproduce this error, and many things have been modified in the kernel since I observed this one. So I close the issue for now.
if a variable e.g.
x
is in the environmentthen something of the form
(lambda [x T] ...)
will possibly interfere with expressions havingx
as a free variable.