You can search for identifiers within the package.
in-package search v0.2.0
rio
Rio.Reader
type 'src read = (module Read with type t = 'src)
type 'src t =
| Reader of 'src read * 'src
val of_read_src : 'a read -> 'a -> 'a t
val empty : unit t