diff options
| author | Son Ho | 2022-12-17 16:54:42 +0100 |
|---|---|---|
| committer | Son HO | 2023-02-03 11:21:46 +0100 |
| commit | 78c869d0255f28e7b225ee3ffde7de7bceb7b688 (patch) | |
| tree | 3d3b2fd2e1ee81237bf72ef4fcc03f5668971eb8 /compiler/InterpreterBorrows.mli | |
| parent | 613673ad61b241b3f8af06e322ebb2441585d28a (diff) | |
Make minor modifications to improve the quality of the loop translation
Diffstat (limited to '')
| -rw-r--r-- | compiler/InterpreterBorrows.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/InterpreterBorrows.mli b/compiler/InterpreterBorrows.mli index a2a1cfde..9e407399 100644 --- a/compiler/InterpreterBorrows.mli +++ b/compiler/InterpreterBorrows.mli @@ -197,7 +197,7 @@ type merge_duplicates_funcs = { *) } -(** Merge two abstractions together. +(** Merge an abstraction into another abstraction. We insert the result of the merge in place of the first abstraction (this helps preserving the structure of the environment, when computing loop |
