You can search for identifiers within the package.
in-package search v0.2.0
py
Py.PyIter
type t
val get : Py__.Py_base.pyobject -> t
val next : t -> Py__.Py_base.pyobject
val map : (Py__.Py_base.pyobject -> 'a) -> t -> 'a list