Resolve "Required procedures not implemented"
Closes #3 (closed)
That's a first attempt to implement the MF helper functions.
@parke Please give feedback on the implementation, especially on the output of new
. The tuple was my first idea, since not only a heap address needs to be returned but the heap is updated, too. Access to both elements will be easy by using fst
and snd
.