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
40a294b1
Commit
40a294b1
authored
Jun 11, 2002
by
Artem Alimarine
Browse files
added comparison for TArrow and TArrow1 to comparedefimp
parent
ee57dbb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/comparedefimp.icl
View file @
40a294b1
...
...
@@ -219,6 +219,10 @@ where
=
compare
(
dclIdent
.
type_index
,
(
dclArgs
,
dclStrictness
))
(
iclIdent
.
type_index
,
(
iclArgs
,
iclStrictness
))
comp_st
compare
(
dclFun
-->
dclArg
)
(
iclFun
-->
iclArg
)
comp_st
=
compare
(
dclFun
,
dclArg
)
(
iclFun
,
iclArg
)
comp_st
compare
(
TArrow1
dclArg
)
(
TArrow1
iclArg
)
comp_st
=
compare
dclArg
iclArg
comp_st
compare
TArrow
TArrow
comp_st
=
(
True
,
comp_st
)
compare
(
CV
dclVar
:@:
dclArgs
)
(
CV
iclVar
:@:
iclArgs
)
comp_st
=
compare
(
dclVar
,
dclArgs
)
(
iclVar
,
iclArgs
)
comp_st
compare
(
TB
dclDef
)
(
TB
iclDef
)
comp_st
...
...
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