You can search for identifiers within the package.
in-package search v0.2.0
I/O streams.
This module defines generic I/O streams. They can be user-defined and can be composed from other streams.
module In : sig ... end
Input stream.
module In_buf : sig ... end
Buffered input stream.
module Out : sig ... end
Output stream.