module StringStream:sig
..end
typeout =
string Ocsigen_stream.t
Interface for stream creation (for tyxml)
type
m
val make : m -> out
val empty : m
Create an empty stream
val put : string -> m
Create a stream with one element
val concat : m ->
m -> m
Concatenate two stream