Order the extracted bindings from a case expression properly.
authorMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 14 Aug 2009 15:37:03 +0000 (17:37 +0200)
committerMatthijs Kooijman <m.kooijman@student.utwente.nl>
Fri, 14 Aug 2009 15:37:03 +0000 (17:37 +0200)
commit93e2a90772f1f599c1abe5ec5403e80dd1719b5c
tree711cb1e2e649302bb670c7ae2971dddabdead86d
parent2290559dd61c1cb5f16ef8fe3fc0fecccc29e792
Order the extracted bindings from a case expression properly.

Since the case value can use any of the binders bound by the pattern, the
bindings resulting from the pattern should come before the binding from
the value.
cλash/CLasH/Normalize.hs
cλash/CLasH/Normalize/NormalizeTools.hs