Move around some helper functions.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 5 Aug 2009 11:59:39 +0000 (13:59 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Wed, 5 Aug 2009 11:59:39 +0000 (13:59 +0200)
commitb83ea5327202d46fc976e369ac303608cbc2330e
treec080e426ca9988827e8e40005f649b96f906b614
parentbf9f8e9e9cfce93ae1e35cf524b371beb34f5010
Move around some helper functions.

This moves some stuff from NormalizeTools and NormalizeTypes into the
(new) BinderTools and TranslatorTypes. This also puts most of these
function in the TranslatorSession instead of the TransformMonad.
cλash/CLasH/Normalize.hs
cλash/CLasH/Normalize/NormalizeTools.hs
cλash/CLasH/Normalize/NormalizeTypes.hs
cλash/CLasH/Translator/TranslatorTypes.hs
cλash/CLasH/Utils/Core/BinderTools.hs [new file with mode: 0644]