package streaming

  1. Overview
  2. Docs

Module Stream.SyntaxSource

Module with syntax definitions for streams.

Sourceval yield : 'a -> 'a t

yield x is a stream with a single element x.

Sourceval (let*) : 'a t -> ('a -> 'b t) -> 'b t
OCaml

Innovation. Community. Security.