You can search for identifiers within the package.
in-package search v0.2.0
bio_io
Bio_io.Record_in_channel
module type S = sig ... end
An input channel for reading (biological) records.
module type In_channel_input_record = sig ... end
The basic in channel-like functions plus input_record function needed to make a Record_in_channel module.
Record_in_channel
module Make (M : In_channel_input_record) : S with type t := M.t with type record := M.record
Functor for making Record_in_channel modules.