Add type propagation transform.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Sun, 21 Jun 2009 11:37:52 +0000 (13:37 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Sun, 21 Jun 2009 11:51:55 +0000 (13:51 +0200)
commit53735ca153875e04d2d2d259d3125db6a415f998
treeb770eae16c321593c51be0184641632acc20a6cc
parent7a315b7e40f3cb5e4e705c87953a89b2e858b325
Add type propagation transform.

This transform propagates type arguments passed to functions into (a copy
of) the called function, effectively removing all type arguments. This is
the first cross-function transformation pass.
Normalize.hs