]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/extlib/hExtlib.mli
added list_concat
[helm.git] / helm / ocaml / extlib / hExtlib.mli
index 46ea0b9cebfb3f7ddbe3533935adf2b58911ddb0..e40920350710fa2b9cca7a89e6573847babaf376 100644 (file)
@@ -54,8 +54,9 @@ val trim_blanks: string -> string (** strip heading and trailing blanks *)
 
 (** {2 List processing} *)
 
-val list_uniq: 'a list -> 'a list (* uniq unix filter on lists *)
-val filter_map: ('a -> 'b option) -> 'a list -> 'b list (* filter + map *)
+val list_uniq: 'a list -> 'a list (** uniq unix filter on lists *)
+val filter_map: ('a -> 'b option) -> 'a list -> 'b list (** filter + map *)
+val list_concat: ?sep:'a list -> 'a list list -> 'a list (**String.concat-like*)
 
 (** {2 Debugging & Profiling} *)