Skip to content

Commit 646ca45

Browse files
committed
Review comments.
1 parent b2ffd9c commit 646ca45

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ocaml/stdlib/float_u.mli

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,16 @@
1717

1818
open! Stdlib
1919

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
2121
from [float.template.mli]. That file is generated to deal with labels in the
2222
Array submodule, which we don't have here, so I haven't done something
2323
similar. If we have an Array submodule here in the future, reconsider. *)
2424

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+
2530
(** Unboxed floating-point arithmetic. This file primarily duplicates
2631
functionality from the [Float] module, but for [float#].
2732

0 commit comments

Comments
 (0)