Adding comments for types

This commit is contained in:
elvis
2024-10-25 21:38:11 +02:00
parent ccbba90ead
commit 8427133fd7
2 changed files with 25 additions and 25 deletions

View File

@ -50,7 +50,7 @@ let rec evaluate (mem: memory) (command: t_exp) =
funcClosure.assignments
funcClosure.inputList
parmList
in (* helper funcClosure or helper mem ??? *)
in
let mem2 = (
match funcClosure.recursiveness with
None -> {assignments = mem2assignments}