You can search for identifiers within the package.
in-package search v0.2.0
This module implements a priority queue based on a minimal binary heap. The heap is modelized by a dynamic array, taken from the module Vector *
module Make (X : sig ... end) : sig ... end