summaryrefslogtreecommitdiff
path: root/src/Values.ml
diff options
context:
space:
mode:
authorSon Ho2021-12-17 10:13:39 +0100
committerSon Ho2021-12-17 10:13:39 +0100
commit2e784a2cd8162bdc08b7533ab73ffec9bcd52147 (patch)
tree0be3e1fb98e68c3183509c5fb8170aba38a23ac6 /src/Values.ml
parentaba244a99d95938e495ff513ff021c81603b28f1 (diff)
Finish implementing visit_ABorrow for end_borrow_get_borrow_in_env
Diffstat (limited to '')
-rw-r--r--src/Values.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Values.ml b/src/Values.ml
index 44c80578..8c4c689c 100644
--- a/src/Values.ml
+++ b/src/Values.ml
@@ -236,7 +236,7 @@ and aloan_content =
(** Note that when a borrow content is ended, it is replaced by Bottom (while
we need to track ended loans more precisely, especially because of their
children values).
-
+
Note that contrary to [aloan_content], here the children avalues are
note independent of the parent avalues. For instance, a value
`AMutBorrow (_, AMutBorrow (_, ...)` (ignoring the types) really is