Slightly move the "after normalization" debug output.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 31 Mar 2010 14:44:47 +0000 (16:44 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 31 Mar 2010 14:44:47 +0000 (16:44 +0200)
commita0a8d87f198400f7d608a3dcb572228020a536a8
treeb3871a7916dfd3185adefaa063e4bf1ac903c32b
parent936e0a98d3fbceb31d4a71760e56f96cf0370cca
Slightly move the "after normalization" debug output.

This should ensure it is always printed. Previously, it seems it was printed
only when the final state from the monad was accessed, not when the
value was used (which caused problems if the value caused an error
further on).
cλash/CLasH/Normalize.hs