diff options
Diffstat (limited to 'stdlib/lazy.ml')
-rw-r--r-- | stdlib/lazy.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/lazy.ml b/stdlib/lazy.ml index 84158b257..6642e1ec9 100644 --- a/stdlib/lazy.ml +++ b/stdlib/lazy.ml @@ -37,7 +37,7 @@ fancy. We cannot use representation (3) for a [float Lazy.t] because - [make_array] assumes that only a [float] value can have tag + [caml_make_array] assumes that only a [float] value can have tag [Double_tag]. We have to use the built-in type constructor [lazy_t] to |