Transept_stream.Via_listDefine stream construction from elements list source.
The stream module with an element list as a source.
module Builder : sig ... endThe stream builder module with an element list as a source.
val build : 'a Builder.tBuild a fresh Stream using the parametric parser and a stream.
val position : 'a t -> intProvides the current absolute position in the stream. This reflect the number of read elements from the stream.
val is_empty : 'a t -> boolPredicate checking is the stream has at least one element or not.