Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
clean-compiler-and-rts
compiler
Commits
dafb2a45
Commit
dafb2a45
authored
Oct 30, 2019
by
johnvg@science.ru.nl
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into itask
parents
d75638e7
2497e35e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
frontend/compare_types.icl
frontend/compare_types.icl
+2
-0
No files found.
frontend/compare_types.icl
View file @
dafb2a45
...
...
@@ -129,8 +129,10 @@ instance == SignClassification where
instance
==
TypeCons
where
(==)
(
TypeConsSymb
x
)
(
TypeConsSymb
y
)
=
x
==
y
(==)
(
TypeConsBasic
x
)
(
TypeConsBasic
y
)
=
x
==
y
(==)
(
TypeConsUnboxedArray
x
)
(
TypeConsUnboxedArray
y
)
=
x
==
y
(==)
TypeConsArrow
TypeConsArrow
=
True
(==)
(
TypeConsVar
x
)
(
TypeConsVar
y
)
=
x
==
y
(==)
(
TypeConsQualifiedIdent
xmod
xname
)
(
TypeConsQualifiedIdent
ymod
yname
)
=
xmod
==
ymod
&&
xname
==
yname
(==)
_
_
=
False
::
CompareValue
:==
Int
...
...
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