diff options
author | johnvg | 2012-08-16 12:20:33 +0000 |
---|---|---|
committer | johnvg | 2012-08-16 12:20:33 +0000 |
commit | f46a6a804565040b09ca5125aa2ad39c1c574f97 (patch) | |
tree | 70156b6928697f65031384203f2a1dfed739b5d8 /frontend/type.dcl | |
parent | don't copy unmodified types in replaceIntegers to reduce memory usage (diff) |
don't copy unmodified types in addPropagationAttributesToAType to reduce memory usage
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2160 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/type.dcl')
-rw-r--r-- | frontend/type.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/type.dcl b/frontend/type.dcl index c636c8b..0ad8557 100644 --- a/frontend/type.dcl +++ b/frontend/type.dcl @@ -7,7 +7,7 @@ typeProgram :: !{! Group} !Int !*{# FunDef} !IndexRange !(Optional Bool) !Commo !*TypeDefInfos !*Heaps !*PredefinedSymbols !*File !*File -> (!Bool, !*{# FunDef}, !ArrayAndListInstances, !{# CommonDefs}, !{# {# FunType} }, !*TypeDefInfos,!*Heaps,!*PredefinedSymbols,!*File,!*File) -addPropagationAttributesToAType :: {#CommonDefs} !AType !*PropState -> *(!AType,Int,!*PropState); +addPropagationAttributesToAType :: {#CommonDefs} !AType !*PropState -> *(!AType,!*PropState); tryToExpand :: !Type !TypeAttribute !{# CommonDefs} !*TypeHeaps -> (!Bool, !Type, !*TypeHeaps) |