diff options
author | ronny | 2001-05-08 11:26:04 +0000 |
---|---|---|
committer | ronny | 2001-05-08 11:26:04 +0000 |
commit | a5e4e1a2c73f290fa7d08ce59379eae5d2dc524b (patch) | |
tree | 9c9435dc567717fb67b52795805c821529937953 /frontend/trans.dcl | |
parent | support for cases in backend (diff) |
moved ImportedFunctions from convertcases to trans
(it's now together with ImportedConstructors)
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@396 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/trans.dcl')
-rw-r--r-- | frontend/trans.dcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/trans.dcl b/frontend/trans.dcl index 44930ff..4a2a204 100644 --- a/frontend/trans.dcl +++ b/frontend/trans.dcl @@ -20,6 +20,7 @@ transformGroups :: !CleanupInfo !Int !*{! Group} !*{#FunDef} !{!.ConsClasses} !{ partitionateFunctions :: !*{# FunDef} ![IndexRange] -> (!*{! Group}, !*{# FunDef}) :: ImportedConstructors :== [Global Index] +:: ImportedFunctions :== [Global Index] convertSymbolType :: !Bool !{# CommonDefs} !SymbolType !Int !*{#{# CheckedTypeDef}} !ImportedConstructors !*TypeHeaps !*VarHeap -> (!SymbolType, !*{#{# CheckedTypeDef}}, !ImportedConstructors, !*TypeHeaps, !*VarHeap) |