You can search for identifiers within the package.
in-package search v0.2.0
DataKit client API
type stat = {
kind : [ `File | `Dir | `Link | `Exec ];
size : int64;
}
type status_state = [
| `Pending
| `Success
| `Error
| `Failure
]
type 'a diff = [
| `Added of 'a
| `Removed of 'a
| `Updated of 'a
module type READABLE_TREE = sig ... end
module type CLIENT = sig ... end