You can search for identifiers within the package.
in-package search v0.2.0
type op = [
| `Lt
| `Le
| `Ge
| `Gt
]
type t = [
| `All
| `And of t * t
| `Or of t * t
| `Date of op * float
| `Time of op * float