aboutsummaryrefslogtreecommitdiff
path: root/frontend/frontend.dcl
diff options
context:
space:
mode:
authorronny2000-02-15 11:13:44 +0000
committerronny2000-02-15 11:13:44 +0000
commit1cbff932ca5e52b0cd978290868dcc84bf16e516 (patch)
treeb116f7caef5e013be8609849d599a8f1caa156f2 /frontend/frontend.dcl
parentcomprehensions: (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/frontend.dcl')
-rw-r--r--frontend/frontend.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/frontend.dcl b/frontend/frontend.dcl
index c8653b6..2ada4a3 100644
--- a/frontend/frontend.dcl
+++ b/frontend/frontend.dcl
@@ -11,7 +11,7 @@ import checksupport, transform, overloading
, fe_varHeap :: !.VarHeap
, fe_dclIclConversions ::!Optional {# Index}
, fe_iclDclConversions ::!Optional {# Index}
- , fe_arrayInstances :: !{!(Index, SymbolType)}
+ , fe_arrayInstances :: !IndexRange
}
frontEndInterface :: !Ident !SearchPaths !*PredefinedSymbols !*HashTable !*Files !*File !*File !*File -> (!*PredefinedSymbols, !*HashTable, !*Files, !*File, !*File, !*File, !Optional *FrontEndSyntaxTree)