diff options
author | martinw | 2000-02-21 10:53:18 +0000 |
---|---|---|
committer | martinw | 2000-02-21 10:53:18 +0000 |
commit | bbac534f39d2a14a3b32345f590d4a8252d27eae (patch) | |
tree | 77974aa417feacf55ad44e19ff05b80999e05ce6 /frontend/StdCompare.dcl | |
parent | Commiting changes in syntax tree to enable backend adaption. New added constr... (diff) |
- implemented comparison between redundant definitions in icl and dcl modules
(new module: comparedefimp)
- implemented array patterns. Further work: arrays are in lazy context (should be strict),
currently only one dimensional arrays
- optimised memory usage for explicit imports
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@94 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/StdCompare.dcl')
-rw-r--r-- | frontend/StdCompare.dcl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/StdCompare.dcl b/frontend/StdCompare.dcl index 67fff22..a46ee4d 100644 --- a/frontend/StdCompare.dcl +++ b/frontend/StdCompare.dcl @@ -13,7 +13,8 @@ instance =< Int, Expression, {# Char}, Ident, [a] | =< a, BasicType //, Global a instance =< Type -instance == BasicType, TypeVar, TypeSymbIdent, DefinedSymbol, TypeContext , BasicValue, FunKind, Global a | == a +instance == BasicType, TypeVar, TypeSymbIdent, DefinedSymbol, TypeContext , BasicValue, + FunKind, Global a | == a, Priority, Assoc export == Int |