Adding comments for types
This commit is contained in:
@ -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}
|
||||
|
||||
Reference in New Issue
Block a user