package algaeff

  1. Overview
  2. Docs

Module Sequencer.MakeSource

The implementation of sequencing effects.

Signatures of sequencing effects.

Parameters

module P : Param

Signature

include Param with type elt = P.elt
type elt = P.elt

The type of elementers.

Sourceval yield : elt -> unit

Yield the element.

Sourceval run : (unit -> unit) -> elt Seq.t

run t runs the thunk t which may perform sequencing effects.

OCaml

Innovation. Community. Security.