You can search for identifiers within the package.
in-package search v0.2.0
apero-time
clock.ml
1 2 3 4 5 6 7 8 open Time module type Clock = sig module Time : Time val now: unit -> Time.t end
1 2 3 4 5 6 7 8
open Time module type Clock = sig module Time : Time val now: unit -> Time.t end