summaryrefslogtreecommitdiff
path: root/compiler/SymbolicAst.ml
diff options
context:
space:
mode:
authorSon Ho2023-11-27 15:57:55 +0100
committerSon Ho2023-11-27 15:57:55 +0100
commit6f8f1213e056804eda4c521922cdf45f4e92a509 (patch)
tree2f37dd1328fed60467d83f278fbd578fbefce971 /compiler/SymbolicAst.ml
parent8a6c26355ef82de725ed643f4a3c40ed54d1b4c7 (diff)
Fix the issues with the cross-references for OCaml doc
Diffstat (limited to '')
-rw-r--r--compiler/SymbolicAst.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/SymbolicAst.ml b/compiler/SymbolicAst.ml
index a9f45926..53f99b7f 100644
--- a/compiler/SymbolicAst.ml
+++ b/compiler/SymbolicAst.ml
@@ -66,8 +66,8 @@ type 'a region_group_id_map = 'a RegionGroupId.Map.t [@@deriving show]
(** Ancestor for {!expression} iter visitor.
- We could make it inherit the visitor for {!eval_ctx}, but in all the uses
- of this visitor we don't need to explore {!eval_ctx}, so we make it inherit
+ We could make it inherit the visitor for {!Contexts.eval_ctx}, but in all the uses
+ of this visitor we don't need to explore {!Contexts.eval_ctx}, so we make it inherit
the abstraction visitors instead.
*)
class ['self] iter_expression_base =