aboutsummaryrefslogtreecommitdiff
path: root/frontend/Heap.icl
diff options
context:
space:
mode:
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