From 22fb78252040fdfc120039ba81f0642ddd8ef8b9 Mon Sep 17 00:00:00 2001 From: martinw Date: Tue, 15 Aug 2000 11:20:50 +0000 Subject: improved typing error messages: type variables are printed like "a" instead of "v314", case defaults and guards now also have file position information. git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@202 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/main.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/main.icl') diff --git a/frontend/main.icl b/frontend/main.icl index 0791130..2b0d7ff 100644 --- a/frontend/main.icl +++ b/frontend/main.icl @@ -147,7 +147,7 @@ compileModule mod_name ms loadModule mod_ident predef_symbols hash_table ms=:{ms_files,ms_error,ms_io,ms_out,ms_paths} # (predef_symbols, hash_table, ms_files, ms_error, ms_io, ms_out, optional_syntax_tree) - = frontEndInterface FrontEndPhaseAll mod_ident {sp_locations = [], sp_paths = ms_paths} predef_symbols hash_table ms_files ms_error ms_io ms_out + = frontEndInterface FrontEndPhaseAll mod_ident {sp_locations = [], sp_paths = ms_paths} False predef_symbols hash_table ms_files ms_error ms_io ms_out ms = {ms & ms_files=ms_files, ms_error=ms_error,ms_io=ms_io,ms_out=ms_out} = case optional_syntax_tree of -- cgit v1.2.3