From c2c761ab7d222d60d07da89dc91ad0c54903e227 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 25 Jan 2008 16:33:57 +0000 Subject: [PATCH] Added an export list to the UsageCheck module --- transformations/UsageCheck.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transformations/UsageCheck.hs b/transformations/UsageCheck.hs index 1f93f12..c60098c 100644 --- a/transformations/UsageCheck.hs +++ b/transformations/UsageCheck.hs @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . -} -module UsageCheck where +module UsageCheck (checkPar, customVarCompare, Decl, labelFunctions, ParItems(..), Var(..), Vars(..)) where import Data.Graph.Inductive import qualified Data.Set as Set