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
fd403f14
Commit
fd403f14
authored
Mar 26, 2001
by
Martijn Vervoort
Browse files
bug fix in nf
parent
8444dbd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/checktypes.icl
View file @
fd403f14
...
...
@@ -244,7 +244,7 @@ checkTypeDef /* TD */ is_dcl_module type_index module_index ts=:{ts_type_defs} t
// in case of an icl-module, the arguments i.e. the type variables of type constructors are normalized which makes
// comparison by the static linker easier.
#
(
cs
=:{
cs_error
})
=
{
cs
&
cs_x
=
{
cs
.
cs_x
&
x_is_dcl_module
=
is_dcl_module
,
x_type_var_position
=
0
}
}
=
{
cs
&
cs_x
=
{
cs
.
cs_x
&
x_is_dcl_module
=
/*
is_dcl_module
*/
True
,
x_type_var_position
=
0
}
}
// | FB (not is_dcl_module) ("checkTypeDef: " +++ td_name.id_name) True
#
// ... TD
...
...
Write
Preview
Markdown
is supported
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