Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Module type Xml_sigs.Output

module type Output = sig..end

type out
type m
val empty : m
val concat : m -> m -> m
val put : string -> m
val make : m -> out