]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/extlib/hExtlib.mli
moved graphviz pretty printer outside matita, so that it can be used by other compone...
[helm.git] / helm / software / components / extlib / hExtlib.mli
index 52b74429cd0e6909539a2c0b8eb2ed26569ca670..a38b09334c7d2cb677c4e673d911f73441015443 100644 (file)
@@ -78,6 +78,7 @@ val list_uniq:
 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*)
 val list_findopt: ('a -> 'b option) -> 'a list -> 'b option
+val flatten_map: ('a -> 'b list) -> 'a list -> 'b list
 
 (** {2 Debugging & Profiling} *)