]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/extlib/hExtlib.mli
snapshot
[helm.git] / helm / software / components / extlib / hExtlib.mli
index 1e2d8e04710ab55be1303d6c59b825bdceced20b..594a80027956644cb721f3007a97c34a678adfa1 100644 (file)
@@ -108,6 +108,7 @@ val list_forall_default3: ('a -> 'b -> 'c -> bool) -> 'a list -> 'b list -> 'c -
    * @raise Failure when List.length l < n *)
 val split_nth: int -> 'a list -> 'a list * 'a list
 
+val mk_list: 'a -> int -> 'a list
 (** {2 Debugging & Profiling} *)
 
 type profiler = { profile : 'a 'b. ('a -> 'b) -> 'a -> 'b }