diff options
author | martinw | 2000-03-24 16:02:22 +0000 |
---|---|---|
committer | martinw | 2000-03-24 16:02:22 +0000 |
commit | 8f5a1af7d842f0d54b54ca0d0bca0e499c137c31 (patch) | |
tree | 85c7ba18424a232d44ad435ccb5e2688d90d917f /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.dcl | 3 |
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) |