summaryrefslogtreecommitdiff
path: root/stdlib/bigarray.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/bigarray.mli')
-rw-r--r--stdlib/bigarray.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/bigarray.mli b/stdlib/bigarray.mli
index 39433dde87..50617c891d 100644
--- a/stdlib/bigarray.mli
+++ b/stdlib/bigarray.mli
@@ -54,11 +54,11 @@
notation, e.g. [Array1.t] or [Array2.sub].
Big arrays support all the OCaml ad-hoc polymorphic operations:
- - comparisons ([=], [<>], [<=], etc, as well as {!Pervasives.compare});
+ - comparisons ([=], [<>], [<=], etc, as well as {!Stdlib.compare});
- hashing (module [Hash]);
- and structured input-output (the functions from the
- {!Marshal} module, as well as {!Pervasives.output_value}
- and {!Pervasives.input_value}).
+ {!Marshal} module, as well as {!Stdlib.output_value}
+ and {!Stdlib.input_value}).
*)
(** {1 Element kinds} *)