Stop extracting dataconstructor arguments.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 3 Jul 2009 09:33:03 +0000 (11:33 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 3 Jul 2009 09:40:40 +0000 (11:40 +0200)
commitfba82861c8ba2aa62c47d718abe9b1ccfd502de9
treef78eb1876c13021ef956b385c8146eae15ce8261
parentc2f45d330f40225e7e5a1b6606665a16c2883d41
Stop extracting dataconstructor arguments.

Previously, dataconstructor arguments that had no arguments themselves
(eg. False, or High), would be extracted from an argument list, even
though they were just simple variable references. Since such a datacon can
be translated to a VHDL literal and VHDL supports mapping expressions (at
least constant expressions) to a port, there is no need for extraction
anymore.
Normalize.hs