From 18b01b5e638151124207d602d7a751f1f87b50d3 Mon Sep 17 00:00:00 2001 From: martinw Date: Fri, 12 Jan 2001 16:25:02 +0000 Subject: New algorithm for explicit imports that also works with cyclic module dependencies git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@286 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/type.dcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/type.dcl') diff --git a/frontend/type.dcl b/frontend/type.dcl index 40a2352..6049c37 100644 --- a/frontend/type.dcl +++ b/frontend/type.dcl @@ -3,5 +3,5 @@ definition module type import StdArray import syntax, check -typeProgram ::!{! Group} !Int !*{# FunDef} !IndexRange !(Optional Bool) !CommonDefs ![Declaration] !{# DclModule} !ModuleNumberSet !*Heaps !*PredefinedSymbols !*File !*File +typeProgram ::!{! Group} !Int !*{# FunDef} !IndexRange !(Optional Bool) !CommonDefs ![Declaration] !{# DclModule} !NumberSet !*Heaps !*PredefinedSymbols !*File !*File -> (!Bool, !*{# FunDef}, !IndexRange, {! GlobalTCType}, !{# CommonDefs}, !{# {# FunType} }, !*Heaps, !*PredefinedSymbols, !*File, !*File) -- cgit v1.2.3