diff options
author | diederik | 2002-07-29 11:48:28 +0000 |
---|---|---|
committer | diederik | 2002-07-29 11:48:28 +0000 |
commit | cefeb6493a9695fc1dfa664ebbc4c3811c08e15c (patch) | |
tree | 982f9d623e514635a61bf972691b111b3643855f /frontend/trans.dcl | |
parent | add to exports for unused strict let removal after fusion (diff) |
move typedefs from trans to syntax; allow for uncurried instances; fix compare for PR_Unused
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1177 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/trans.dcl')
-rw-r--r-- | frontend/trans.dcl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/frontend/trans.dcl b/frontend/trans.dcl index 3108536..b962cce 100644 --- a/frontend/trans.dcl +++ b/frontend/trans.dcl @@ -11,10 +11,6 @@ transformGroups :: !CleanupInfo !Int !Int !*{! Group} !*{#FunDef} !*{!.ConsClass partitionateFunctions :: !*{# FunDef} ![IndexRange] -> (!*{! Group}, !*{# FunDef}) -:: ImportedConstructors :== [Global Index] -:: ImportedFunctions :== [Global Index] -:: ImportedTypes :== {#{# CheckedTypeDef}} - convertSymbolType :: !Bool !{# CommonDefs} !SymbolType !Int !*ImportedTypes !ImportedConstructors !*TypeHeaps !*VarHeap -> (!SymbolType, !*ImportedTypes, !ImportedConstructors, !*TypeHeaps, !*VarHeap) |