Add flattenFunction and flattenExpr.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 6 Feb 2009 11:13:13 +0000 (12:13 +0100)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 6 Feb 2009 11:13:13 +0000 (12:13 +0100)
commitec4c3ac86e30289a4eab441edc96a5d6556eeb57
treecc18ea67b2a1dc86498aedfddb28ee7d3d185979
parent17a24cefad374d2ac91e3249867ff291fe0a761e
Add flattenFunction and flattenExpr.

This does not add any actual implementation for flattenExpr, just an empty
function.

This also duplicates the HsValueMap type from Translator, to prevent
dependency loops when testing.
Flatten.hs