Closed ChristianoBraga closed 2 years ago
While discharging a variable that is bound in a given environment, we need to lookup the heap for the associated value.
This commit adds the heap as an argument to discharge.
Could you provide a test case that exercises this?
While discharging a variable that is bound in a given environment, we need to lookup the heap for the associated value.
This commit adds the heap as an argument to discharge.