File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 17
17
18
18
open ! Stdlib
19
19
20
- (* CR layouts v5 : This file is based on [float.mli], which itself is generated
20
+ (* CR layouts v4 : This file is based on [float.mli], which itself is generated
21
21
from [float.template.mli]. That file is generated to deal with labels in the
22
22
Array submodule, which we don't have here, so I haven't done something
23
23
similar. If we have an Array submodule here in the future, reconsider. *)
24
24
25
+ (* CR layouts: This module is not included in the [Stdlib] module, much like
26
+ IArray. This is intended to be a speed bump so that people won't
27
+ accidentally rely on it in public release code. Eventually, we plan to move
28
+ it out of the stdlib library and into a new otherlib. *)
29
+
25
30
(* * Unboxed floating-point arithmetic. This file primarily duplicates
26
31
functionality from the [Float] module, but for [float#].
27
32
You can’t perform that action at this time.
0 commit comments