diff options
author | Son Ho | 2023-11-27 15:57:55 +0100 |
---|---|---|
committer | Son Ho | 2023-11-27 15:57:55 +0100 |
commit | 6f8f1213e056804eda4c521922cdf45f4e92a509 (patch) | |
tree | 2f37dd1328fed60467d83f278fbd578fbefce971 /compiler/InterpreterProjectors.ml | |
parent | 8a6c26355ef82de725ed643f4a3c40ed54d1b4c7 (diff) |
Fix the issues with the cross-references for OCaml doc
Diffstat (limited to '')
-rw-r--r-- | compiler/InterpreterProjectors.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/InterpreterProjectors.mli b/compiler/InterpreterProjectors.mli index 583c6907..9e4ebc20 100644 --- a/compiler/InterpreterProjectors.mli +++ b/compiler/InterpreterProjectors.mli @@ -6,7 +6,7 @@ open Contexts Apply a proj_borrows on a shared borrow. Note that when projecting over shared values, we generate - {!type:abstract_shared_borrows}, not {!type:avalue}s. + {!type:Aeneas.Values.abstract_shared_borrows}, not {!type:Aeneas.Values.avalue}s. Parameters: [regions] |