Make the normal form use only recursive lets again.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 4 Nov 2009 11:47:34 +0000 (12:47 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 4 Nov 2009 11:48:33 +0000 (12:48 +0100)
Previously, both recursive and non-recursive lets were allowed, which made
a lot of transformations a lot more complex. Now, all lets are made
recursive again, which makes things simpler.

Also do some other miscellaneous fixes in the Normalization chapter.


No differences found