package lambda_streams

  1. Overview
  2. Docs
module Async : sig ... end
module Connection : sig ... end
module Finite : sig ... end
module Signal : sig ... end

Represents a signal that either has data or is terminated. Used for Finite streams.

module Sync : sig ... end