summaryrefslogtreecommitdiff
path: root/compiler/PureMicroPasses.ml
diff options
context:
space:
mode:
authorSon Ho2022-11-11 16:34:09 +0100
committerSon Ho2022-11-11 16:34:09 +0100
commit9408cb898409da5588510233577a20468fac634f (patch)
treec18f0836bfbafc43b1df08fd5d050905ed57bf84 /compiler/PureMicroPasses.ml
parentf58d3bcea55c06921ad332e6c820b96a5d9d2c37 (diff)
Fix some issues with the comments
Diffstat (limited to '')
-rw-r--r--compiler/PureMicroPasses.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/PureMicroPasses.ml b/compiler/PureMicroPasses.ml
index 1bf3b903..132dc02e 100644
--- a/compiler/PureMicroPasses.ml
+++ b/compiler/PureMicroPasses.ml
@@ -1083,7 +1083,7 @@ let eliminate_box_functions (_ctx : trans_ctx) (def : fun_decl) : fun_decl =
(** Decompose the monadic let-bindings.
- See the explanations in {!config.decompose_monadic_let_bindings}
+ See the explanations in {!Config.decompose_monadic_let_bindings}
*)
let decompose_monadic_let_bindings (_ctx : trans_ctx) (def : fun_decl) :
fun_decl =