From b9d3c2066f3cd10cf0fcda8fb2a6148b6a93ad88 Mon Sep 17 00:00:00 2001 From: johnvg Date: Mon, 17 Jun 2002 11:53:07 +0000 Subject: removed ignored !'s git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1099 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/overloading.icl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/overloading.icl') diff --git a/frontend/overloading.icl b/frontend/overloading.icl index 996cf6c..84d52ce 100644 --- a/frontend/overloading.icl +++ b/frontend/overloading.icl @@ -1737,14 +1737,14 @@ where }, { ui & ui_local_vars = [cyclic_fv : ui.ui_local_vars]}) - getSymbol :: !Int !(!(Global !Int) -> !SymbKind) !*UpdateInfo -> (SymbIdent,*UpdateInfo) + getSymbol :: !Int !((Global Int) -> SymbKind) !*UpdateInfo -> (SymbIdent,*UpdateInfo) getSymbol index symb_kind ui=:{ui_x} # ({pds_module, pds_def}, ui_x) = ui_x!x_predef_symbols.[index] # pds_ident = predefined_idents.[index] symbol = { symb_name = pds_ident, symb_kind = symb_kind { glob_module = pds_module, glob_object = pds_def} } = (symbol, { ui & ui_x = ui_x}) - get_constructor :: !Int !*UpdateInfo -> !(!Expression,!*UpdateInfo) + get_constructor :: !Int !*UpdateInfo -> (!Expression,!*UpdateInfo) get_constructor index ui=:{ui_x = {x_type_code_info={tci_instances}}} /* ** MV -- cgit v1.2.3