summaryrefslogtreecommitdiff
path: root/compiler/InterpreterExpansion.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/InterpreterExpansion.ml
parent8a6c26355ef82de725ed643f4a3c40ed54d1b4c7 (diff)
Fix the issues with the cross-references for OCaml doc
Diffstat (limited to '')
-rw-r--r--compiler/InterpreterExpansion.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/InterpreterExpansion.mli b/compiler/InterpreterExpansion.mli
index 4be1fd24..b545f979 100644
--- a/compiler/InterpreterExpansion.mli
+++ b/compiler/InterpreterExpansion.mli
@@ -79,6 +79,6 @@ val expand_symbolic_int :
m_fun
(** If this mode is activated through the [config], greedily expand the symbolic
- values which need to be expanded. See {!type:config} for more information.
+ values which need to be expanded. See {!type:Contexts.config} for more information.
*)
val greedy_expand_symbolic_values : config -> cm_fun