From 4186b9d8fed6b1dbb2fa3b37f24b8120055c1d64 Mon Sep 17 00:00:00 2001 From: sjakie Date: Wed, 20 Oct 1999 13:59:01 +0000 Subject: extension: improved error messages for uniqueness types git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@26 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/typesupport.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/typesupport.icl b/frontend/typesupport.icl index c5dc984..f4d59e6 100644 --- a/frontend/typesupport.icl +++ b/frontend/typesupport.icl @@ -254,7 +254,7 @@ cleanUpSymbolType tst=:{tst_arity,tst_args,tst_result,tst_context,tst_lifted} co st_attr_env = st_attr_env, st_attr_vars = st_attr_vars } = (st, { cus_var_env & [i] = TE \\ i <- [0..nr_of_temp_vars - 1]}, { cus_attr_env & [i] = TA_None \\ i <- [0..max_attr_nr - 1]}, cus_heaps, expr_heap, cus_error) -// ---> (tst, st) + ---> (tst, st) where determine_type_vars to_index all_vars var_env = iFoldSt determine_type_var 0 to_index (all_vars, var_env) -- cgit v1.2.3