diff options
author | ronny | 2000-02-15 11:13:44 +0000 |
---|---|---|
committer | ronny | 2000-02-15 11:13:44 +0000 |
commit | 1cbff932ca5e52b0cd978290868dcc84bf16e516 (patch) | |
tree | b116f7caef5e013be8609849d599a8f1caa156f2 /frontend/type.dcl | |
parent | comprehensions: (re)introduced code duplication in transformation to work aro... (diff) |
bug fix (unboxed arrrays of records)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@89 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/type.dcl')
-rw-r--r-- | frontend/type.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/type.dcl b/frontend/type.dcl index 259fb70..9fe9b24 100644 --- a/frontend/type.dcl +++ b/frontend/type.dcl @@ -4,5 +4,5 @@ import StdArray import syntax, check typeProgram ::!{! Group} !*{# FunDef} !IndexRange !CommonDefs ![Declaration] !{# DclModule} !*Heaps !*PredefinedSymbols !*File - -> (!Bool, !*{# FunDef}, !{! (!Index, !SymbolType)}, {! GlobalTCType}, !{# CommonDefs}, !{# {# FunType} }, !*Heaps, !*PredefinedSymbols, !*File) + -> (!Bool, !*{# FunDef}, !IndexRange, {! GlobalTCType}, !{# CommonDefs}, !{# {# FunType} }, !*Heaps, !*PredefinedSymbols, !*File) |