aboutsummaryrefslogtreecommitdiff
path: root/frontend/type.dcl
diff options
context:
space:
mode:
authormartinw2000-03-24 16:02:22 +0000
committermartinw2000-03-24 16:02:22 +0000
commit8f5a1af7d842f0d54b54ca0d0bca0e499c137c31 (patch)
tree85c7ba18424a232d44ad435ccb5e2688d90d917f /frontend/type.dcl
parent*** empty log message *** (diff)
bugfixes
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@122 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/type.dcl')
-rw-r--r--frontend/type.dcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/type.dcl b/frontend/type.dcl
index 9fe9b24..d0f9bcb 100644
--- a/frontend/type.dcl
+++ b/frontend/type.dcl
@@ -3,6 +3,7 @@ definition module type
import StdArray
import syntax, check
-typeProgram ::!{! Group} !*{# FunDef} !IndexRange !CommonDefs ![Declaration] !{# DclModule} !*Heaps !*PredefinedSymbols !*File
+// MW0 typeProgram ::!{! Group} !*{# FunDef} !IndexRange !CommonDefs ![Declaration] !{# DclModule} !*Heaps !*PredefinedSymbols !*File
+typeProgram :: !ModuleKind !{! Group} !*{# FunDef} !IndexRange !CommonDefs ![Declaration] !{# DclModule} !*Heaps !*PredefinedSymbols !*File
-> (!Bool, !*{# FunDef}, !IndexRange, {! GlobalTCType}, !{# CommonDefs}, !{# {# FunType} }, !*Heaps, !*PredefinedSymbols, !*File)