Via_parser.StreamThe stream module with a parser as a source.
type 'a t = 'a rThe abstract type used for the stream denotation.
module Builder = Build_via_streamval 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.