You can search for identifiers within the package.
in-package search v0.2.0
Signature required by types for typing ae's arithmetic
type t
The type of types
val int : t
The type of integers
val real : t
The type of reals
type view = private [>
| `Int
| `Real
]
Partial view for types.
val view : t -> view
Partial view of a type.