Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The Transept_streams
provides an implementation on top of elements list and on top of a parser. In addition Iterator
can be derived from these streams.
module Via_list : sig ... end
Define stream construction from elements list source.
module Via_parser (Parser : Transept_specs.PARSER) : sig ... end
Define stream construction from parser.
module Iterator = Iterator.Make
Define iterator generator/