Changes by: Nathaniel Gray (n8gray at caltech.edu)
Date: 2004-10-06 15:54:28 -0700 (Wed, 06 Oct 2004)
Revision: 6219
Log message:
I think this fixes closure conversion in the case of anonymous lambdas. As far
as I know the front end should work now except for optimizations, but I haven't
tested extensively.
Note: Lambdas inside of LetFuns are now tagged "rec", but there is no separate
TyFun["rec"] or Apply["rec"]. I also changed the old fix extension to use
the tag "fix" instead of "rec". Non-recursive lambdas are still tagged
"std".