aboutsummaryrefslogtreecommitdiff
path: root/kernel/section.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-04-17 09:21:22 +0200
committerPierre-Marie Pédrot2020-04-17 09:21:22 +0200
commit9cd0c1d0b62715dc0c709634372c00cd3b50ebb6 (patch)
tree3e7eac47ec0d76b39f24fbd6a8d60723da29eabb /kernel/section.mli
parent8ba8c68eeb8653896523b4bce9453f832c919899 (diff)
parent088cdbbb205cc97b0e77f9ccce6ae5e8f3d6541d (diff)
Merge PR #11972: Fix require in section
Ack-by: Zimmi48 Reviewed-by: ppedrot
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 =