Added an export list to the UsageCheck module

This commit is contained in:
Neil Brown 2008-01-25 16:33:57 +00:00
parent 178af1ca24
commit c2c761ab7d

View File

@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
-}
module UsageCheck where
module UsageCheck (checkPar, customVarCompare, Decl, labelFunctions, ParItems(..), Var(..), Vars(..)) where
import Data.Graph.Inductive
import qualified Data.Set as Set