You can search for identifiers within the package.
in-package search v0.2.0
type t =
| Unknown
| Bool
| Bytes
| Callable
| Capsule
| Closure
| Dict
| Float
| List
| Int
| Long
| Module
| None
| Null
| Tuple
| Type
| Unicode
| Iter
val get : Object.t -> t
val is_subtype : Object.t -> Object.t -> bool
val name : t -> string
val mismatch : string -> Object.t -> 'a