diff options
author | sjakie | 2000-03-20 12:55:22 +0000 |
---|---|---|
committer | sjakie | 2000-03-20 12:55:22 +0000 |
commit | d73dfa2ea9768ce709c4a69e7cb1e3b75cee50b0 (patch) | |
tree | feba4a6a23389e9f64c977742ba76de3d3b59a56 /frontend/trans.dcl | |
parent | - making array patterns strict (strict lets were not properly handled (diff) |
*** empty log message ***
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@115 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/trans.dcl')
-rw-r--r-- | frontend/trans.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/trans.dcl b/frontend/trans.dcl index 1bed708..b9d252d 100644 --- a/frontend/trans.dcl +++ b/frontend/trans.dcl @@ -10,7 +10,7 @@ cAccumulating :== -3 :: CleanupInfo -analyseGroups :: !{# CommonDefs} !*{! Group} !*{#FunDef} !*VarHeap !*ExpressionHeap +analyseGroups :: !{# CommonDefs} !IndexRange !*{! Group} !*{#FunDef} !*VarHeap !*ExpressionHeap -> (!CleanupInfo, !*{! ConsClasses}, !*{! Group}, !*{#FunDef}, !*VarHeap, !*ExpressionHeap) transformGroups :: !CleanupInfo !*{! Group} !*{#FunDef} !{!.ConsClasses} !{# CommonDefs} !{# {# FunType} } |