aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnvg2002-09-24 10:52:52 +0000
committerjohnvg2002-09-24 10:52:52 +0000
commit24013def256459c0f79a0c78db0117a50de3d8d8 (patch)
treebe9464c54305d159b9c8fc6bcff0316e1815c6b0
parentremoved unused ts_td_infos field in two patterns (diff)
removed ignored !
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1208 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rw-r--r--frontend/transform.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/transform.icl b/frontend/transform.icl
index 988b2ef..4306ddc 100644
--- a/frontend/transform.icl
+++ b/frontend/transform.icl
@@ -1785,7 +1785,7 @@ where
Dynamic administration is rebuilt.
*/
-class collectVariables a :: !a ![FreeVar] ![DynamicPtr] !*CollectState -> !(!a, ![FreeVar],[DynamicPtr],!*CollectState)
+class collectVariables a :: !a ![FreeVar] ![DynamicPtr] !*CollectState -> (!a, ![FreeVar],[DynamicPtr],!*CollectState)
cContainsACycle :== True
cContainsNoCycle :== False