From 109ede91c28841b9f496a3f40274741043f7ab3c Mon Sep 17 00:00:00 2001 From: johnvg Date: Tue, 8 Nov 2011 16:00:02 +0000 Subject: rename module StdCompare to compare_types git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2015 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- backend/backendconvert.icl | 2 +- frontend/analunitypes.icl | 2 +- frontend/checkFunctionBodies.icl | 2 +- frontend/checkgenerics.icl | 2 +- frontend/checktypes.icl | 2 +- frontend/comparedefimp.icl | 2 +- frontend/frontend.icl | 2 +- frontend/hashtable.icl | 2 +- frontend/unitype.icl | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/backend/backendconvert.icl b/backend/backendconvert.icl index 490c307..ddcd4da 100644 --- a/backend/backendconvert.icl +++ b/backend/backendconvert.icl @@ -5,7 +5,7 @@ implementation module backendconvert import code from library "backend_library" -import StdEnv, StdCompare +import StdEnv, compare_types import frontend import backend import backendsupport, backendpreprocess diff --git a/frontend/analunitypes.icl b/frontend/analunitypes.icl index 4d6b6a6..3220a40 100644 --- a/frontend/analunitypes.icl +++ b/frontend/analunitypes.icl @@ -1,6 +1,6 @@ implementation module analunitypes -import StdEnv, StdCompare +import StdEnv, compare_types import syntax, checksupport, analtypes, typesupport, checktypes, utilities instance + SignClassification diff --git a/frontend/checkFunctionBodies.icl b/frontend/checkFunctionBodies.icl index e5cf591..84a29e1 100644 --- a/frontend/checkFunctionBodies.icl +++ b/frontend/checkFunctionBodies.icl @@ -1,6 +1,6 @@ implementation module checkFunctionBodies -import StdEnv, StdCompare +import StdEnv, compare_types import syntax, typesupport, parse, checksupport, utilities, checktypes, transform, predef import explicitimports, comparedefimp from check import checkFunctions,checkDclMacros diff --git a/frontend/checkgenerics.icl b/frontend/checkgenerics.icl index 076da29..1051bf5 100644 --- a/frontend/checkgenerics.icl +++ b/frontend/checkgenerics.icl @@ -1,6 +1,6 @@ implementation module checkgenerics -import syntax,checksupport,checktypes,genericsupport,StdCompare +import syntax,checksupport,checktypes,genericsupport,compare_types checkGenericDefs :: !Index !(Optional (CopiedDefinitions, Int)) !*{#GenericDef} !*{#CheckedTypeDef} !*{#ClassDef} !*{#DclModule} !*Heaps !*CheckState diff --git a/frontend/checktypes.icl b/frontend/checktypes.icl index 4df5618..e4e46f0 100644 --- a/frontend/checktypes.icl +++ b/frontend/checktypes.icl @@ -1,6 +1,6 @@ implementation module checktypes -import StdEnv, StdCompare +import StdEnv, compare_types import syntax, checksupport, typesupport, utilities import genericsupport from explicitimports import search_qualified_ident,::NameSpaceN,TypeNameSpaceN,ClassNameSpaceN diff --git a/frontend/comparedefimp.icl b/frontend/comparedefimp.icl index a719ccb..d91decb 100644 --- a/frontend/comparedefimp.icl +++ b/frontend/comparedefimp.icl @@ -1,6 +1,6 @@ implementation module comparedefimp -import syntax, checksupport, compare_constructor, utilities, StdCompare +import syntax, checksupport, compare_constructor, utilities, compare_types :: CompareState = { comp_type_var_heap :: !.TypeVarHeap diff --git a/frontend/frontend.icl b/frontend/frontend.icl index 9e57581..c14b9c2 100644 --- a/frontend/frontend.icl +++ b/frontend/frontend.icl @@ -5,7 +5,7 @@ implementation module frontend import scanner, parse, postparse, check, type, trans, convertcases, overloading, utilities, convertDynamics, convertimportedtypes, compilerSwitches, analtypes, generics1, - typereify, StdCompare + typereify, compare_types // trace macro (-*->) infixl diff --git a/frontend/hashtable.icl b/frontend/hashtable.icl index 78c2767..eb011b1 100644 --- a/frontend/hashtable.icl +++ b/frontend/hashtable.icl @@ -1,6 +1,6 @@ implementation module hashtable -import predef, syntax, StdCompare, compare_constructor +import predef, syntax, compare_types, compare_constructor :: HashTableEntry = HTE_Ident !BoxedIdent !IdentClass !Int !HashTableEntry !HashTableEntry diff --git a/frontend/unitype.icl b/frontend/unitype.icl index cf81e82..db6d77d 100644 --- a/frontend/unitype.icl +++ b/frontend/unitype.icl @@ -1,6 +1,6 @@ implementation module unitype -import StdEnv, StdCompare +import StdEnv, compare_types import syntax, analunitypes, type, utilities, checktypes -- cgit v1.2.3