summaryrefslogtreecommitdiffstats
path: root/stdlib/arrayLabels.mli
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2012-03-14 16:03:15 +0000
committerDamien Doligez <damien.doligez-inria.fr>2012-03-14 16:03:15 +0000
commitf95e7f4a59d96af3241a6e6909be59b3781d467e (patch)
tree33a87919abbf787386a3ad40afa4b4685b210614 /stdlib/arrayLabels.mli
parenta4f3f01982a4d36a3013cdb4fb1f5406f045be69 (diff)
uniformization of the warnings at the head of the hidden sections of the .mli
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12243 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/arrayLabels.mli')
-rw-r--r--stdlib/arrayLabels.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/arrayLabels.mli b/stdlib/arrayLabels.mli
index d4833e026..308bfa4e1 100644
--- a/stdlib/arrayLabels.mli
+++ b/stdlib/arrayLabels.mli
@@ -205,5 +205,7 @@ val fast_sort : cmp:('a -> 'a -> int) -> 'a array -> unit
(** {6 Undocumented functions} *)
+(* The following is for system use only. Do not call directly. *)
+
external unsafe_get : 'a array -> int -> 'a = "%array_unsafe_get"
external unsafe_set : 'a array -> int -> 'a -> unit = "%array_unsafe_set"