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/Assumed.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/Assumed.ml') diff --git a/compiler/Assumed.ml b/compiler/Assumed.ml index 7fba3c5c..e751d0ba 100644 --- a/compiler/Assumed.ml +++ b/compiler/Assumed.ml @@ -8,7 +8,7 @@ TODO: implementing the concrete evaluation functions for the assumed functions is really annoying (see - {!InterpreterStatements.eval_non_local_function_call_concrete}), + [InterpreterStatements.eval_non_local_function_call_concrete]), I think it should be possible, in most situations, to write bodies which model the behaviour of those unsafe functions. For instance, [Box::deref_mut] should simply be: -- cgit v1.2.3