From 5d25b51d5dd6749a1b9ec06196a597f72e60782f Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 5 Feb 2009 09:20:34 +0100 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alu.hs b/Alu.hs index f444abc..07c0d0d 100644 --- a/Alu.hs +++ b/Alu.hs @@ -1,4 +1,4 @@ -module Alu (main) where +module Alu where import Bits import qualified Sim -- 2.30.2