diff options
| author | Son Ho | 2022-11-11 16:34:09 +0100 | 
|---|---|---|
| committer | Son Ho | 2022-11-11 16:34:09 +0100 | 
| commit | 9408cb898409da5588510233577a20468fac634f (patch) | |
| tree | c18f0836bfbafc43b1df08fd5d050905ed57bf84 /compiler/Assumed.ml | |
| parent | f58d3bcea55c06921ad332e6c820b96a5d9d2c37 (diff) | |
Fix some issues with the comments
Diffstat (limited to 'compiler/Assumed.ml')
| -rw-r--r-- | compiler/Assumed.ml | 2 | 
1 files changed, 1 insertions, 1 deletions
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:  | 
