You can search for identifiers within the package.
in-package search v0.2.0
Module that implements the "Functor" interface.
type ('input, 'a) t = ('input, 'a) sink
val map : ('a -> 'b) -> ('input, 'a) t -> ('input, 'b) t