package algaeff

  1. Overview
  2. Docs

Signatures of sequencing effects.

include Param
type elt

The type of elementers.

val yield : elt -> unit

Yield the element.

val run : (unit -> unit) -> elt Stdlib.Seq.t

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