You can search for identifiers within the package.
in-package search v0.2.0
type mt
exception Error of string
val create : unit -> mt
val add : mt -> t -> unit
val remove : mt -> t -> unit
val perform : mt -> int
val wait : mt -> bool
val remove_finished : mt -> (t * curlCode) option
val cleanup : mt -> unit
type poll =
| POLL_NONE
| POLL_IN
| POLL_OUT
| POLL_INOUT
| POLL_REMOVE
type fd_status =
| EV_AUTO
| EV_IN
| EV_OUT
| EV_INOUT
val set_socket_function : mt -> (Unix.file_descr -> poll -> unit) -> unit
val set_timer_function : mt -> (int -> unit) -> unit
val action_all : mt -> int
val action_timeout : mt -> unit
val action : mt -> Unix.file_descr -> fd_status -> int
val timeout : mt -> int