package ocsigenserver

  1. Overview
  2. Docs
type out = string 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