aboutsummaryrefslogtreecommitdiff
path: root/frontend/Heap.icl
diff options
context:
space:
mode:
authormartinw2000-09-20 14:16:35 +0000
committermartinw2000-09-20 14:16:35 +0000
commitcb7ed1d9cf08be2f2144210efe155338a4f8a687 (patch)
tree855a6c39bc555d47759d084b7cebaa1646657f58 /frontend/Heap.icl
parentimproving error messages: (diff)
changed signature of readPtr from "unique" into "possibly unique"
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@219 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/Heap.icl')
-rw-r--r--frontend/Heap.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/Heap.icl b/frontend/Heap.icl
index a8312ab..c92f421 100644
--- a/frontend/Heap.icl
+++ b/frontend/Heap.icl
@@ -47,7 +47,7 @@ isNilPtr p = code {
};
-readPtr :: !(Ptr v) !*(Heap v) -> (!v,!.Heap v);
+readPtr :: !(Ptr v) !u:(Heap v) -> (!v,!u:Heap v);
readPtr p h = code {
push_a_b 1
push_r_args_b 0 1 1 1 1