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