aboutsummaryrefslogtreecommitdiff
path: root/frontend/type.icl
diff options
context:
space:
mode:
authorronny2003-06-18 12:39:17 +0000
committerronny2003-06-18 12:39:17 +0000
commit3dc8a4f8d408fe948fc03ea8a171ca3e67c323ec (patch)
tree028b2a5d041c7cebfd2861b27878fd2a17afd386 /frontend/type.icl
parentremoved unused functions (diff)
removed trace statement
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1350 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/type.icl')
-rw-r--r--frontend/type.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/type.icl b/frontend/type.icl
index 3355444..50e99bd 100644
--- a/frontend/type.icl
+++ b/frontend/type.icl
@@ -1284,7 +1284,7 @@ where
(fresh_type, ts_type_heaps) = freshCopy type ts.ts_type_heaps
ts_type_heaps = foldSt clear_var_and_attr vars ts_type_heaps
-> (fresh_type, Yes var_expr_ptr, (reqs, { ts & ts_type_heaps = ts_type_heaps }))
- ---> ("requirements [BoundVar]", fresh_type)
+ // ---> ("requirements [BoundVar]", fresh_type)
_
-> abort "requirements BoundVar " // ---> (var_ident <<- var_info))
where