You can search for identifiers within the package.
in-package search v0.2.0
type 'a task = 'a t
type t =
| E : {
task : 'a task;
e : exn;
} -> t
exception Wrapped of t
An exception caught and re-launched from a task
val pp : Format.formatter -> t -> unit
val to_string : t -> string