summaryrefslogtreecommitdiff
path: root/src/Values.ml
diff options
context:
space:
mode:
authorSon Ho2022-01-03 14:44:30 +0100
committerSon Ho2022-01-03 14:44:30 +0100
commit2ec3f0ac2834101360fff59c20e91a02dd197760 (patch)
treee8ccb09691f4283c0f79b86d88aff2bd9f79e015 /src/Values.ml
parentba77a9a882e3e8307c578db10c10dacaab9fa2d9 (diff)
Start implementing end_abstraction_borrow
Diffstat (limited to 'src/Values.ml')
-rw-r--r--src/Values.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Values.ml b/src/Values.ml
index 37ac2c84..3fddc88c 100644
--- a/src/Values.ml
+++ b/src/Values.ml
@@ -433,7 +433,8 @@ and aborrow_content =
When giving shared borrows as arguments to function calls, we
introduce new borrows to keep track of the fact that the function
- might reborrow values inside.
+ might reborrow values inside. Note that as shared values are immutable,
+ we don't really need to remember the structure of the shared values.
Example:
========