From a7fcfd15cc75cf4915db24188f687c0866121c44 Mon Sep 17 00:00:00 2001 From: martinw Date: Fri, 6 Oct 2000 12:56:42 +0000 Subject: bugfix git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@254 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/StdCompare.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/StdCompare.icl') diff --git a/frontend/StdCompare.icl b/frontend/StdCompare.icl index 9b25f2e..fb34ff4 100644 --- a/frontend/StdCompare.icl +++ b/frontend/StdCompare.icl @@ -246,7 +246,7 @@ smallerOrEqual t1 t2 instance =< AType where (=<) {at_type=at_type_1} {at_type=at_type_2} - = at_type_1 =< at_type_2 + = smallerOrEqual at_type_1 at_type_2 instance =< BasicType where -- cgit v1.2.3