diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2012-03-14 16:03:15 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2012-03-14 16:03:15 +0000 |
commit | f95e7f4a59d96af3241a6e6909be59b3781d467e (patch) | |
tree | 33a87919abbf787386a3ad40afa4b4685b210614 /stdlib/array.mli | |
parent | a4f3f01982a4d36a3013cdb4fb1f5406f045be69 (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/array.mli')
-rw-r--r-- | stdlib/array.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/array.mli b/stdlib/array.mli index df5b1c41c..db1f469d0 100644 --- a/stdlib/array.mli +++ b/stdlib/array.mli @@ -201,5 +201,7 @@ val fast_sort : ('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" |