package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val progress : ?show:bool -> ((unit -> unit) -> 'a list -> 'b) -> 'a list -> 'b
val execute_and_show_progress : show:bool -> int -> ((unit -> unit) -> 'a) -> unit
val execute_and_show_progress2 : ?show:bool -> int -> ((unit -> unit) -> 'a) -> 'a
val with_progress_list_metter : ?show:bool -> ((unit -> unit) -> 'a list -> 'b) -> 'a list -> 'b