summaryrefslogtreecommitdiff
path: root/src/Values.ml
diff options
context:
space:
mode:
authorSon Ho2021-12-14 10:45:46 +0100
committerSon Ho2021-12-14 10:45:46 +0100
commit5391ca0c4dbb745044a2920dbd7dac70d251e670 (patch)
tree5ebb61973ebd185e7d6710c927726d5aaca61c69 /src/Values.ml
parent4635d1df7c09eb4a251d943a531c14ed5ecf00cf (diff)
Start updating end_borrow_in_env to take abstractions into account
Diffstat (limited to 'src/Values.ml')
-rw-r--r--src/Values.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Values.ml b/src/Values.ml
index bd07ce98..f2f2274d 100644
--- a/src/Values.ml
+++ b/src/Values.ml
@@ -3,7 +3,7 @@ open Types
(* TODO: I often write "abstract" (value, borrow content, etc.) while I should
* write "abstraction" (because those values are not abstract, they simply are
-* inside abstractions) *)
+ * inside abstractions) *)
module VarId = IdGen ()