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
fa36d289
Commit
fa36d289
authored
Jun 26, 2019
by
johnvg@science.ru.nl
Browse files
and add another modification that was forgotten when merging
parent
04d6e0d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/type.icl
View file @
fa36d289
...
...
@@ -1462,8 +1462,9 @@ getSymbolType pos ti=:{ti_functions,ti_common_defs,ti_main_dcl_module_n} {symb_k
#
(
fun_type_copy
,
ts
)
=
determineSymbolTypeOfFunction
pos
symb_ident
n_app_args
ft_type
ft_type_ptr
ti_common_defs
ts
=
(
fun_type_copy
,
get_specials
ft_specials
,
ts
)
where
get_specials
FSP_None
=
[]
get_specials
(
FSP_ABCCode
_)
=
[]
get_specials
(
FSP_ContextTypes
specials
)
=
specials
get_specials
FSP_None
=
[]
getSymbolType
pos
ti
{
symb_kind
=
SK_Constructor
{
glob_module
,
glob_object
}}
n_app_args
ts
#
(
fresh_cons_type
,
ts
)
=
standardRhsConstructorType
pos
glob_object
glob_module
n_app_args
ti
ts
=
(
fresh_cons_type
,
[],
ts
)
...
...
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