You can search for identifiers within the package.
in-package search v0.2.0
Differences between values.
type 'a t = [
| `Updated of 'a * 'a
| `Removed of 'a
| `Added of 'a
]
The type for representing differences betwen values.
val t : 'a Type.t -> 'a t Type.t