]> matita.cs.unibo.it Git - helm.git/blobdiff - components/extlib/hExtlib.mli
Unable to parse my own output. Fixed.
[helm.git] / components / extlib / hExtlib.mli
index 17e2de2bc0c758603486bcc7dac5e4da14256876..c41b2f94c60f5d59bb8d39d525d1db2c78893c01 100644 (file)
@@ -82,7 +82,7 @@ type profiler = { profile : 'a 'b. ('a -> 'b) -> 'a -> 'b }
   (** @return a profiling function; [s] is used for labelling the total time at
    * the end of the execution *)
 val profile : ?enable:bool -> string -> profiler
-val set_profiling_printings : (unit -> bool) -> unit
+val set_profiling_printings : (string -> bool) -> unit
 
 (** {2 Localized exceptions } *)