From 9408cb898409da5588510233577a20468fac634f Mon Sep 17 00:00:00 2001 From: Son Ho Date: Fri, 11 Nov 2022 16:34:09 +0100 Subject: Fix some issues with the comments --- compiler/PureMicroPasses.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/PureMicroPasses.ml') 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 = -- cgit v1.2.3