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
10809f56
Commit
10809f56
authored
Jan 22, 2002
by
Artem Alimarine
Browse files
fixed bug with (->): added clean_up for TArrow
parent
a907a856
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/typesupport.icl
View file @
10809f56
...
...
@@ -149,6 +149,8 @@ where
clean_up
cui
(
TArrow1
argtype
)
cus
#
(
argtype
,
cus
)
=
clean_up
cui
argtype
cus
=
(
TArrow1
argtype
,
cus
)
clean_up
cui
t
=:
TArrow
cus
=
(
t
,
cus
)
//..AA
clean_up
cui
t
=:(
TB
_)
cus
=
(
t
,
cus
)
...
...
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