package transept

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

The stream builder module with an element list as a source.

type 'a t = 'a list -> 'a Transept_stream__.List.t
val build : 'a t

Creates a stream.