aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorronny2002-07-22 09:53:19 +0000
committerronny2002-07-22 09:53:19 +0000
commitfe8eefd69e22a91ebc3064addffc9747b44a1fb9 (patch)
tree10105f2d1b629998790e7252d067eb87be3c59d9 /frontend
parentexpand all type synonyms in dynamics (diff)
removed unnecessary exports
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1161 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend')
-rw-r--r--frontend/transform.dcl9
1 files changed, 0 insertions, 9 deletions
diff --git a/frontend/transform.dcl b/frontend/transform.dcl
index 3a7c503..6f8e92d 100644
--- a/frontend/transform.dcl
+++ b/frontend/transform.dcl
@@ -19,15 +19,6 @@ partitionateAndLiftFunctions :: ![IndexRange] !Index !PredefSymbolsForTransform
:: CopiedLocalFunctions
-:: CollectState =
- { cos_var_heap :: !.VarHeap
- , cos_symbol_heap :: !.ExpressionHeap
- , cos_error :: !.ErrorAdmin
- , cos_predef_symbols_for_transform :: !PredefSymbolsForTransform
- }
-
-determineVariablesAndRefCounts :: ![FreeVar] !Expression !*CollectState -> (!Expression , ![FreeVar], ![FreeVar], !*CollectState)
-
:: UnfoldState =
{ us_var_heap :: !.VarHeap
, us_symbol_heap :: !.ExpressionHeap