aboutsummaryrefslogtreecommitdiff
path: root/frontend/StdCompare.dcl
diff options
context:
space:
mode:
authormartinw2000-06-05 15:04:10 +0000
committermartinw2000-06-05 15:04:10 +0000
commit7db9a3799dfe1c88aee502646e939905b0a79905 (patch)
tree6ac6edbc966081891f790eb5689ef6d502c5d2b8 /frontend/StdCompare.dcl
parentremoved ---> application (diff)
enabled higher order function elimination also for functions (producers)
that are imported git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@149 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/StdCompare.dcl')
-rw-r--r--frontend/StdCompare.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/StdCompare.dcl b/frontend/StdCompare.dcl
index c4a94e2..5839af4 100644
--- a/frontend/StdCompare.dcl
+++ b/frontend/StdCompare.dcl
@@ -11,7 +11,7 @@ class (=<) infix 4 a :: !a !a -> CompareValue
instance =< Int, Expression, {# Char}, Ident, [a] | =< a, BasicType //, (Global a) | =< a
-instance =< Type
+instance =< Type, SymbIdent
instance == BasicType, TypeVar, TypeSymbIdent, DefinedSymbol, TypeContext , BasicValue,
FunKind, (Global a) | == a, Priority, Assoc