diff options
author | johnvg | 2011-02-23 11:55:02 +0000 |
---|---|---|
committer | johnvg | 2011-02-23 11:55:02 +0000 |
commit | fd9e91bf32bfad5caf75993e973b828c2b177b56 (patch) | |
tree | 8b05c56ad0a898bf75dceff6535826f6a6e5cbc1 /frontend/trans.dcl | |
parent | remove unused field wtis_collected_conses of WriteTypeInfoState (diff) |
remove ImportedConstructors result from function convertDynamicPatternsIntoUnifyAppls,
because it is always []
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1847 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 9ad3dc0..e8ab67e 100644 --- a/frontend/trans.dcl +++ b/frontend/trans.dcl @@ -6,7 +6,7 @@ import syntax, transform import classify, partition transformGroups :: !CleanupInfo !Int !Int !Int !Int !*{!Group} !*{#FunDef} !*{!.ConsClasses} !{# CommonDefs} !{# {# FunType} } - !*ImportedTypes !ImportedConstructors !*TypeDefInfos !*VarHeap !*TypeHeaps !*ExpressionHeap !Bool !*File !*PredefinedSymbols + !*ImportedTypes !*TypeDefInfos !*VarHeap !*TypeHeaps !*ExpressionHeap !Bool !*File !*PredefinedSymbols -> (!*{!Group}, !*{#FunDef}, !*ImportedTypes, !ImportedConstructors, !*VarHeap, !*TypeHeaps, !*ExpressionHeap, !*{!ConsClasses}, !*File, !*PredefinedSymbols) convertSymbolType :: !Bool !{# CommonDefs} !SymbolType !Int !*ImportedTypes !ImportedConstructors !*TypeHeaps !*VarHeap |