From: Matthijs Kooijman Date: Wed, 21 Jan 2009 12:38:15 +0000 (+0100) Subject: Let the Adders module export everything. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Fc%CE%BBash.git;a=commitdiff_plain;h=521cfc8520d80624b509c789022fcb2f7852063a Let the Adders module export everything. --- diff --git a/Adders.hs b/Adders.hs index 2e8cf35..c398578 100644 --- a/Adders.hs +++ b/Adders.hs @@ -1,4 +1,4 @@ -module Adders (main, no_carry_adder) where +module Adders where import Bits import Language.Haskell.Syntax