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