You can search for identifiers within the package.
in-package search v0.2.0
type t
val close : t -> Int_result.unit
val close_noerr : t -> unit
val close_wait : t -> unit Lwt.t
val is_active : t -> bool
val ref' : t -> unit
val unref : t -> unit
val has_ref : t -> bool
val to_handle : t -> Handle.t
type report = {
prev : Fs.stats;
curr : Fs.stats;
}
val start : string -> int -> cb:(t -> report uv_result -> unit) -> t uv_result
val start_exn : string -> int -> cb:(t -> report uv_result -> unit) -> t