From 6699a7ce6ee7c0c68deb75d68adc3dddd1e790b2 Mon Sep 17 00:00:00 2001 From: sjakie Date: Mon, 8 Oct 2001 11:49:17 +0000 Subject: universally quantified attribute variables in typedefs added bug fix: combination of caching and omitted clasdefs git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@833 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/checktypes.dcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/checktypes.dcl') diff --git a/frontend/checktypes.dcl b/frontend/checktypes.dcl index a6e63e7..a228699 100644 --- a/frontend/checktypes.dcl +++ b/frontend/checktypes.dcl @@ -2,7 +2,7 @@ definition module checktypes import checksupport, typesupport -checkTypeDefs :: !Bool !*{# CheckedTypeDef} !Index !*{# ConsDef} !*{# SelectorDef} !*{# DclModule} !*VarHeap !*TypeHeaps !*CheckState +checkTypeDefs :: !Index !(Optional (CopiedDefinitions, Int)) !*{# CheckedTypeDef} !*{# ConsDef} !*{# SelectorDef} !*{# DclModule} !*VarHeap !*TypeHeaps !*CheckState -> (!*{# CheckedTypeDef}, !*{# ConsDef}, !*{# SelectorDef}, !*{# DclModule}, !*VarHeap, !*TypeHeaps, !*CheckState) checkFunctionType :: !Index !SymbolType !Specials !u:{# CheckedTypeDef} !v:{# ClassDef} !u:{# DclModule} !*TypeHeaps !*CheckState -- cgit v1.2.3