You can search for identifiers within the package.
in-package search v0.2.0
hector
Hector.Mono
module OutOfArray (A : MONOARRAY) : MONOVECTOR with type element = A.element
module Make (E : sig ... end) : MONOVECTOR with type element = E.t
The functor Make lets the user choose the type element. The function Array.make is used to allocate arrays.
Make
element
Array.make