diff options
author | diederik | 2002-08-07 12:36:14 +0000 |
---|---|---|
committer | diederik | 2002-08-07 12:36:14 +0000 |
commit | 63c037f47a1427c64ec72ef6c957275e9e4750b0 (patch) | |
tree | a24d3d8b64000e03f078dd8ccdd9a6e1ebccbb29 /frontend/trans.dcl | |
parent | Add consumer annotations changed flag to reanalyseGroups result; (diff) |
Move partitioning to separate module
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1186 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/trans.dcl')
-rw-r--r-- | frontend/trans.dcl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/trans.dcl b/frontend/trans.dcl index b962cce..d23c9ff 100644 --- a/frontend/trans.dcl +++ b/frontend/trans.dcl @@ -3,14 +3,12 @@ definition module trans import StdEnv import syntax, transform -import classify +import classify, partition transformGroups :: !CleanupInfo !Int !Int !*{! Group} !*{#FunDef} !*{!.ConsClasses} !{# CommonDefs} !{# {# FunType} } !*ImportedTypes !ImportedConstructors !*TypeDefInfos !*VarHeap !*TypeHeaps !*ExpressionHeap !Bool -> (!*{! Group}, !*{#FunDef}, !*ImportedTypes, !ImportedConstructors, !*VarHeap, !*TypeHeaps, !*ExpressionHeap, !*{!ConsClasses}) -partitionateFunctions :: !*{# FunDef} ![IndexRange] -> (!*{! Group}, !*{# FunDef}) - convertSymbolType :: !Bool !{# CommonDefs} !SymbolType !Int !*ImportedTypes !ImportedConstructors !*TypeHeaps !*VarHeap -> (!SymbolType, !*ImportedTypes, !ImportedConstructors, !*TypeHeaps, !*VarHeap) |