summaryrefslogtreecommitdiff
path: root/compiler/InterpreterStatements.ml
diff options
context:
space:
mode:
authorSon Ho2023-11-13 13:27:02 +0100
committerSon Ho2023-11-13 13:27:02 +0100
commit6c88d30031255c0ac612b67bb5b3c20c2f07e563 (patch)
tree8b0c28f8eb8bb6e76604b7e66eb84b0940d59f03 /compiler/InterpreterStatements.ml
parent746239e8f29de85f848d14e44eac8690e2065a1d (diff)
Add RegionsHierarchy.ml
Diffstat (limited to '')
-rw-r--r--compiler/InterpreterStatements.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/InterpreterStatements.ml b/compiler/InterpreterStatements.ml
index cbc09c29..3627490d 100644
--- a/compiler/InterpreterStatements.ml
+++ b/compiler/InterpreterStatements.ml
@@ -1434,7 +1434,7 @@ and eval_assumed_function_call_symbolic (config : C.config)
let inst_sig =
match fid with
| BoxFree ->
- (* should have been treated above *)
+ (* Should have been treated above *)
raise (Failure "Unreachable")
| _ ->
(* There shouldn't be any reference to Self *)