You can search for identifiers within the package.
in-package search v0.2.0
module type S = Mirage_channel.S with type 'a io = 'a Lwt.t and type buffer = Cstruct.t
module Make (F : Mirage_flow_lwt.S) : S with type flow = F.flow
Functor to create a CHANNEL from a flow implementation