From 5cdea01dea654713b887017efe80e620f8e14932 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Thu, 27 Oct 2022 11:52:48 +0200 Subject: Fix some comment references --- compiler/ExtractToFStar.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/ExtractToFStar.ml') diff --git a/compiler/ExtractToFStar.ml b/compiler/ExtractToFStar.ml index a77e3df3..b44b8f25 100644 --- a/compiler/ExtractToFStar.ml +++ b/compiler/ExtractToFStar.ml @@ -857,7 +857,7 @@ let extract_global (ctx : extraction_ctx) (fmt : F.formatter) (id : A.GlobalDeclId.id) : unit = F.pp_print_string fmt (ctx_get_global id ctx) -(** [inside]: see [extract_ty]. +(** [inside]: see {!extract_ty}. As a pattern can introduce new variables, we return an extraction context updated with new bindings. -- cgit v1.2.3