package transept

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

The stream builder module with a parser as a source.

type 'a t = 'a Parser.t -> Parser.e Parser.Stream.t -> 'a r
val build : 'a t

Creates a stream.