aboutsummaryrefslogtreecommitdiff
path: root/frontend/transform.dcl
diff options
context:
space:
mode:
authorsjakie2002-01-17 10:08:37 +0000
committersjakie2002-01-17 10:08:37 +0000
commit4d280342ce75b8eabfda0a4e2ec7eacc655a0b4b (patch)
treec478c23863e7c3db60c1bd08de7258358484dc6d /frontend/transform.dcl
parentadded default alternatives for functions 'is_lazy_or_strict_array' (diff)
Bug fix: Scopes in dynamics
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@968 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/transform.dcl')
-rw-r--r--frontend/transform.dcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/transform.dcl b/frontend/transform.dcl
index 0ef43f2..3a7c503 100644
--- a/frontend/transform.dcl
+++ b/frontend/transform.dcl
@@ -24,7 +24,6 @@ partitionateAndLiftFunctions :: ![IndexRange] !Index !PredefSymbolsForTransform
, cos_symbol_heap :: !.ExpressionHeap
, cos_error :: !.ErrorAdmin
, cos_predef_symbols_for_transform :: !PredefSymbolsForTransform
- , cos_used_dynamics :: !.{#Bool}
}
determineVariablesAndRefCounts :: ![FreeVar] !Expression !*CollectState -> (!Expression , ![FreeVar], ![FreeVar], !*CollectState)