aboutsummaryrefslogtreecommitdiff
path: root/kernel/section.mli
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-03-31 11:30:59 +0200
committerGaëtan Gilbert2020-04-13 15:19:25 +0200
commit088cdbbb205cc97b0e77f9ccce6ae5e8f3d6541d (patch)
treea87010ae5d827f18c5d4747d29972b920dd92cd8 /kernel/section.mli
parent0beca74bc90cef03d779a8e4f8668335c9c37716 (diff)
Fix #11783 Require in Section
Diffstat (limited to 'kernel/section.mli')
-rw-r--r--kernel/section.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/section.mli b/kernel/section.mli
index 89739c7da2..2ebb4564b3 100644
--- a/kernel/section.mli
+++ b/kernel/section.mli
@@ -19,6 +19,9 @@ type 'a t
val depth : 'a t -> int
(** Number of nested sections. *)
+val map_custom : ('a -> 'a) -> 'a t -> 'a t
+(** Modify the custom data *)
+
(** {6 Manipulating sections} *)
type section_entry =