summaryrefslogtreecommitdiff
path: root/stdlib/bigarray.mli
diff options
context:
space:
mode:
authorJérémie Dimino <jeremie@dimino.org>2018-08-27 12:42:14 +0100
committerGitHub <noreply@github.com>2018-08-27 12:42:14 +0100
commit9124ab82d14b0fe4c8092af0f666b19d42139af0 (patch)
tree1d5fca3e26e7029af257196acf8695046be71695 /stdlib/bigarray.mli
parente6876098344a95a5a7c920b225a0dc797f7c8be1 (diff)
downloadocaml-9124ab82d14b0fe4c8092af0f666b19d42139af0.tar.gz
Deprecate Pervasives (#1605)
- inline Pervasives in Stdlib and re-add Pervasives as a deprecated module that aliases all elements of Stdlib except the stdlib modules. - remove special case for Stdlib.Pervasives in printtyp.ml
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} *)