diff options
author | johnvg | 2011-03-30 12:23:28 +0000 |
---|---|---|
committer | johnvg | 2011-03-30 12:23:28 +0000 |
commit | f99a9642681fed774b5dda8ac7b2aa30c3bcdcf1 (patch) | |
tree | 256d75c0e8e8d9f861f8ef4d1fe247234aa8e2be /frontend/trans.dcl | |
parent | recognize non generic variables in is_bimap_id (diff) |
remove unused result cons_args of function transformGrooups
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1891 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 e8ab67e..beff8bb 100644 --- a/frontend/trans.dcl +++ b/frontend/trans.dcl @@ -7,7 +7,7 @@ import classify, partition transformGroups :: !CleanupInfo !Int !Int !Int !Int !*{!Group} !*{#FunDef} !*{!.ConsClasses} !{# CommonDefs} !{# {# FunType} } !*ImportedTypes !*TypeDefInfos !*VarHeap !*TypeHeaps !*ExpressionHeap !Bool !*File !*PredefinedSymbols - -> (!*{!Group}, !*{#FunDef}, !*ImportedTypes, !ImportedConstructors, !*VarHeap, !*TypeHeaps, !*ExpressionHeap, !*{!ConsClasses}, !*File, !*PredefinedSymbols) + -> (!*{!Group}, !*{#FunDef}, !*ImportedTypes, !ImportedConstructors, !*VarHeap, !*TypeHeaps, !*ExpressionHeap, !*File, !*PredefinedSymbols) convertSymbolType :: !Bool !{# CommonDefs} !SymbolType !Int !*ImportedTypes !ImportedConstructors !*TypeHeaps !*VarHeap -> (!SymbolType, !*ImportedTypes, !ImportedConstructors, !*TypeHeaps, !*VarHeap) |