
27 Aug
2008
27 Aug
'08
9:32 p.m.
2008/8/28 Lennart Augustsson
You can get rid of all recursive bindings by transforming them into a use of a fixpoint combinator. And then you can use a non-recursive definition of the fixpoint combinator, and never worry about recursive bindings again.
This[1] might be a good explanation of why that works. It helped me understand it, at least. [1] - http://mvanier.livejournal.com/2897.html Jeremy