summaryrefslogtreecommitdiff
path: root/otherlibs/labltk/support/support.mli
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/support/support.mli')
-rw-r--r--otherlibs/labltk/support/support.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/otherlibs/labltk/support/support.mli b/otherlibs/labltk/support/support.mli
index 78007e4eff..2eaf9b5e52 100644
--- a/otherlibs/labltk/support/support.mli
+++ b/otherlibs/labltk/support/support.mli
@@ -18,3 +18,5 @@
val split_str : pred:(char -> bool) -> string -> string list
val may : ('a -> 'b) -> 'a option -> 'b option
val maycons : ('a -> 'b) -> 'a option -> 'b list -> 'b list
+module Hashtbl' :
+ sig val add : ('a, 'b) Hashtbl.t -> key:'a -> data:'b -> unit end