You can search for identifiers within the package.
in-package search v0.2.0
val int : Type.Ty.t
The type of integers
val real : Type.Ty.t
The type of reals
type view = private [>
| `Int
| `Real
]
Partial view for types.
val view : Type.Ty.t -> view
Partial view of a type.