Add function propagation transform.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Sun, 21 Jun 2009 15:42:46 +0000 (17:42 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Sun, 21 Jun 2009 15:42:46 +0000 (17:42 +0200)
commit031ee3b7556147516be038372de576b3db6b67ba
treed30ed3d4b12d2e985dd7be0b86557c1dbd573866
parent7e65fbaf0756893d3c62faf42d28aa5bd363ae3b
Add function propagation transform.

This transform propagates arguments that have a function type into (a copy
of) the function that's applied to them.
Normalize.hs