]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/extlib/hExtlib.mli
...
[helm.git] / helm / software / components / extlib / hExtlib.mli
index 34b4e3103680d0ae90a02882e9d53e09d0f3bd54..a772d4a53061362b1d041b58c9a215b6904aaad2 100644 (file)
@@ -133,6 +133,11 @@ val list_seq: int -> int -> int list
 (* like List.assoc but returns all bindings *)
 val list_assoc_all: 'a -> ('a * 'b) list -> 'b list
 
+val rm_assoc_option : 'a -> ('a * 'b) list -> 'b option * ('a * 'b) list
+
+val rm_assoc_assert : 'a -> ('a * 'b) list -> 'b * ('a * 'b) list
+
+val clusters : (int -> int list) -> int list -> int list list
 (** {2 Debugging & Profiling} *)
 
 type profiler = { profile : 'a 'b. ('a -> 'b) -> 'a -> 'b }