You can search for identifiers within the package.
in-package search v0.2.0
atable
Atable
type t = string Agrid.t
The type of tables
module type Config = sig ... end
The signature of modules expected by the Make functor
module type S = sig ... end
The signature of modules produced by the Make functor
module Make (Config : Config) : S
The Make functor