diff options
author | diederik | 2002-03-04 08:58:48 +0000 |
---|---|---|
committer | diederik | 2002-03-04 08:58:48 +0000 |
commit | d15cdc55d84ba362a436beab15b75b65973ce48e (patch) | |
tree | 7be89c635e5a7936f911788f000e099488a32e69 /frontend/trans.dcl | |
parent | unbox record update function arguments (diff) |
Export proper new type of transformGroups
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1042 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 354eefc..dcd33a8 100644 --- a/frontend/trans.dcl +++ b/frontend/trans.dcl @@ -16,7 +16,7 @@ analyseGroups :: !{# CommonDefs} !{#{#FunType}} !IndexRange !Int !Int !*{! Group transformGroups :: !CleanupInfo !Int !Int !*{! Group} !*{#FunDef} !*{!.ConsClasses} !{# CommonDefs} !{# {# FunType} } !*ImportedTypes !ImportedConstructors !*TypeDefInfos !*VarHeap !*TypeHeaps !*ExpressionHeap !Bool - -> (!*{! Group}, !*{#FunDef}, !*ImportedTypes, !ImportedConstructors, !*VarHeap, !*TypeHeaps, !*ExpressionHeap) + -> (!*{! Group}, !*{#FunDef}, !*ImportedTypes, !ImportedConstructors, !*VarHeap, !*TypeHeaps, !*ExpressionHeap, !*{!ConsClasses}) partitionateFunctions :: !*{# FunDef} ![IndexRange] -> (!*{! Group}, !*{# FunDef}) |