You can search for identifiers within the package.
in-package search v0.2.0
algaeff
Sequencer.S
Signatures of sequencing effects.
include Param
type elt
The type of elementers.
val yield : elt -> unit
Yield the element.
val run : (unit -> unit) -> elt Seq.t
run t runs the thunk t which may perform sequencing effects.
run t
t