diff options
author | martinw | 2000-06-05 15:04:10 +0000 |
---|---|---|
committer | martinw | 2000-06-05 15:04:10 +0000 |
commit | 7db9a3799dfe1c88aee502646e939905b0a79905 (patch) | |
tree | 6ac6edbc966081891f790eb5689ef6d502c5d2b8 /frontend/StdCompare.dcl | |
parent | removed ---> 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.dcl | 2 |
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 |