aboutsummaryrefslogtreecommitdiff
path: root/frontend/Heap.dcl
diff options
context:
space:
mode:
authorsjakie2003-01-08 14:55:59 +0000
committersjakie2003-01-08 14:55:59 +0000
commit641daa3443c53a63ba081011d922e50ec9e66917 (patch)
tree94c1c4f936850d7ffd093eac4b7e54f08b1b78b7 /frontend/Heap.dcl
parentremove rhs of alternative with an AP_Empty pattern, to prevent (diff)
Bug fix: uniqueness error in records
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1308 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/Heap.dcl')
-rw-r--r--frontend/Heap.dcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/Heap.dcl b/frontend/Heap.dcl
index dbee0db..b6f3329 100644
--- a/frontend/Heap.dcl
+++ b/frontend/Heap.dcl
@@ -3,7 +3,7 @@ definition module Heap
import StdClass
:: Heap v = {heap::!.HeapN v}
-:: HeapN v
+:: .HeapN v
:: Ptr v = {pointer::!.(PtrN v)};
:: PtrN v = Ptr !v !(HeapN v);