Skip to content
GitLab
Menu
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
51bc6b02
Commit
51bc6b02
authored
Jun 01, 2001
by
John van Groningen
Browse files
removed import of debug module
parent
4fdc575e
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/checkKindCorrectness.icl
View file @
51bc6b02
implementation
module
checkKindCorrectness
import
StdEnv
import
syntax
,
containers
,
checksupport
,
utilities
,
RWSDebug
import
syntax
,
containers
,
checksupport
,
utilities
// import RWSDebug
checkKindCorrectness
::
!
NumberSet
!
Index
IndexRange
!{#
CommonDefs
}
!{#
DclModule
}
!
u
:{#
FunDef
}
!*
TypeVarHeap
!*
TypeDefInfos
!*
ErrorAdmin
->
(!
u
:{#
FunDef
},
!*
TypeVarHeap
,
!*
TypeDefInfos
,
!*
ErrorAdmin
)
...
...
frontend/convertDynamics.icl
View file @
51bc6b02
...
...
@@ -8,8 +8,8 @@ extended_unify_and_coerce no yes :== no; // change also _unify and _coerce in St
//import pp;
APPEND_DEFINING_TYPE_MODULE_NAMES_TO_TYPE_NAMES
yes
no
:==
no
import
RWSDebug
;
import
type_io
;
//import RWSDebug;
::
*
ConversionInfo
=
{
ci_predef_symb
::
!*
PredefinedSymbols
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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