Make listBindings return IO () instead of IO [()].
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 8 Mar 2010 11:07:27 +0000 (12:07 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 8 Mar 2010 11:07:27 +0000 (12:07 +0100)
commitdd0b3f0f95a335492533202a5801d7df9edd2762
treed1343c38a2b7297ee8273afe4a28d69d7ba5b082
parenteade653c03372e3cc27e502e053b6de7d924eb64
Make listBindings return IO () instead of IO [()].

The previous type caused ghci to print an extra list of units after the
regular output, while it simple ignores the single tuple now.
cλash/CLasH/Utils/GhcTools.hs