package ocsigenserver

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ocsigen_stream.StringStreamSource

Sourcetype out = string t

Interface for stream creation (for tyxml)

Sourcetype m
Sourceval make : m -> out
Sourceval empty : m

Create an empty stream

Sourceval put : string -> m

Create a stream with one element

Sourceval concat : m -> m -> m

Concatenate two stream

OCaml

Innovation. Community. Security.