From 341e3244153c961782f268a19f557975ff93fe9c Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 2 Nov 2007 16:46:42 +0000 Subject: [PATCH] Added an export list to the RainUsageCheck module --- transformations/RainUsageCheck.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transformations/RainUsageCheck.hs b/transformations/RainUsageCheck.hs index 54fd26f..3a11ba6 100644 --- a/transformations/RainUsageCheck.hs +++ b/transformations/RainUsageCheck.hs @@ -20,7 +20,7 @@ with this program. If not, see . -- the control-flow graph stuff, hence the use of functions that match the dictionary -- of functions in FlowGraph. This is also why we don't drill down into processes; -- the control-flow graph means that we only need to concentrate on each node that isn't nested. -module RainUsageCheck where +module RainUsageCheck (Var(..), Vars(..), vars, Decl(..), getVarLabelFuncs, emptyVars, getVarProc, checkInitVar, findReachDef) where import Control.Monad.Error import Control.Monad.Identity