diff options
author | martinw | 1999-11-05 15:32:39 +0000 |
---|---|---|
committer | martinw | 1999-11-05 15:32:39 +0000 |
commit | 6d949b9ad945e6022518ea35dffc29e923d07737 (patch) | |
tree | 1d50ca2986085ec4350be65860d4be4ca3790163 /frontend/trans.dcl | |
parent | *** empty log message *** (diff) |
fusion works now. The fusion switch in module typesupport is enabled
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@35 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 5bf2558..ac0dda9 100644 --- a/frontend/trans.dcl +++ b/frontend/trans.dcl @@ -10,7 +10,7 @@ cAccumulating :== -3 :: CleanupInfo -analyseGroups :: !*{! Group} !*{#FunDef} !*VarHeap !*ExpressionHeap +analyseGroups :: !{# CommonDefs} !*{! Group} !*{#FunDef} !*VarHeap !*ExpressionHeap -> (!CleanupInfo, !*{! ConsClasses}, !*{! Group}, !*{#FunDef}, !*VarHeap, !*ExpressionHeap) transformGroups :: !CleanupInfo !*{! Group} !*{#FunDef} !{!.ConsClasses} !{# CommonDefs} !{# {# FunType} } !*VarHeap !*TypeHeaps !*ExpressionHeap |