Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
c2a77271
Commit
c2a77271
authored
Apr 11, 2007
by
John van Groningen
Browse files
remove import of module checksupport
parent
ab176653
Changes
4
Hide whitespace changes
Inline
Side-by-side
frontend/classify.dcl
View file @
c2a77271
definition
module
classify
import
syntax
,
checksupport
,
transform
import
syntax
,
transform
CUnusedLazy
:==
-1
CUnusedStrict
:==
-2
...
...
frontend/classify.icl
View file @
c2a77271
...
...
@@ -6,7 +6,7 @@ implementation module classify
SwitchMultimatchClassification
multi
no_multi
:==
multi
SwitchNewOld
new
old
:==
new
import
syntax
,
checksupport
,
transform
import
syntax
,
transform
import
StdStrictLists
::
CleanupInfo
:==
[
ExprInfoPtr
]
...
...
frontend/typereify.dcl
View file @
c2a77271
...
...
@@ -5,8 +5,7 @@ definition module typereify
from
syntax
import
::
Ident
,
::
FunDef
,
::
IndexRange
,
::
TypeHeaps
,
::
SymbolTable
,
::
SymbolTableEntry
,
::
Heap
from
checksupport
import
::
SymbolTable
,
::
SymbolTableEntry
,
::
Heap
,
::
DclModule
,
::
CommonDefs
,
::
VarHeap
,
::
VarInfo
from
predef
import
::
PredefinedSymbols
,
::
PredefinedSymbol
...
...
frontend/typereify.icl
View file @
c2a77271
...
...
@@ -3,9 +3,8 @@
*/
implementation
module
typereify
import
checksupport
import
syntax
import
typesupport
// import StdDebug
typeFunName
::
Ident
->
{#
Char
}
typeFunName
{
id_name
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment