Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Functor and module types for creating record-based input channels
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.