diff options
author | diederik | 2002-07-24 09:37:16 +0000 |
---|---|---|
committer | diederik | 2002-07-24 09:37:16 +0000 |
commit | a1e9ec87652d019205ddf15fa0486bc7ee8dd13e (patch) | |
tree | 0667809a97b022404c9fe3a98663d5e4854aa2ac /frontend/trans.dcl | |
parent | repair a bug introduced in revision 1.57: add the list of (diff) |
move consumer classification to separate module
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1166 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/trans.dcl')
-rw-r--r-- | frontend/trans.dcl | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/frontend/trans.dcl b/frontend/trans.dcl index dcd33a8..3108536 100644 --- a/frontend/trans.dcl +++ b/frontend/trans.dcl @@ -3,16 +3,7 @@ definition module trans import StdEnv import syntax, transform - -cPassive :== -1 -cActive :== -2 -cAccumulating :== -3 -cVarOfMultimatchCase :== -4 - -:: CleanupInfo - -analyseGroups :: !{# CommonDefs} !{#{#FunType}} !IndexRange !Int !Int !*{! Group} !*{#FunDef} !*VarHeap !*ExpressionHeap - -> (!CleanupInfo, !*{! ConsClasses}, !*{! Group}, !*{#FunDef}, !*VarHeap, !*ExpressionHeap) +import classify transformGroups :: !CleanupInfo !Int !Int !*{! Group} !*{#FunDef} !*{!.ConsClasses} !{# CommonDefs} !{# {# FunType} } !*ImportedTypes !ImportedConstructors !*TypeDefInfos !*VarHeap !*TypeHeaps !*ExpressionHeap !Bool |