Add infrastructure for running core to core transformations.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 18 Jun 2009 09:30:12 +0000 (11:30 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Thu, 18 Jun 2009 10:07:53 +0000 (12:07 +0200)
commit4db642db9cc23c626b891491c8bad5112499c9d3
treea17fbdc66899edaab69c57d92dbf685ada6e0a63
parente6cbe8ccf80244d1e36d30ffa45dcf56d8bf982f
Add infrastructure for running core to core transformations.

This does not add any actual transformations, just the supporting
functions and functions to run the transformations.
Normalize.hs [new file with mode: 0644]
NormalizeTools.hs [new file with mode: 0644]
NormalizeTypes.hs [new file with mode: 0644]
Translator.hs