Alpha: correctly apply recursion on backtrack operation application
This commit is contained in:
parent
63159f2a5d
commit
b885b03ef6
@ -681,7 +681,8 @@ let mark_backtracked results =
|
||||
operation_result =
|
||||
mark_manager_operation_result op.operation_result ;
|
||||
internal_operation_results =
|
||||
List.map mark_internal_operation_results op.internal_operation_results}, rest)
|
||||
List.map mark_internal_operation_results op.internal_operation_results},
|
||||
mark_contents_list rest)
|
||||
and mark_internal_operation_results (Internal_operation_result (kind, result)) =
|
||||
(Internal_operation_result (kind, mark_manager_operation_result result))
|
||||
and mark_manager_operation_result
|
||||
|
Loading…
Reference in New Issue
Block a user