From 521cfc8520d80624b509c789022fcb2f7852063a Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 21 Jan 2009 13:38:15 +0100 Subject: [PATCH] Let the Adders module export everything. --- Adders.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2