Remove the export list from the Alu module.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 5 Feb 2009 08:20:34 +0000 (09:20 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 5 Feb 2009 08:20:34 +0000 (09:20 +0100)
commit5d25b51d5dd6749a1b9ec06196a597f72e60782f
tree8e6251561bf63c08b7202e798a61b4895020b0bb
parent731f4046bba741d654acf0c4d1ab3bbe985ceeb7
Remove the export list from the Alu module.

This means to export all functions in the module. Previously, it seems
that the alu function was inlined everywhere and thus dropped from the
function list.
Alu.hs