summaryrefslogtreecommitdiffstats
path: root/stdlib/arrayLabels.mli
diff options
context:
space:
mode:
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"