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)
The previous type caused ghci to print an extra list of units after the
regular output, while it simple ignores the single tuple now.


No differences found