Module Stdlib.Effect

Effects.

type _ t = ..

The type of effects.

val perform : 'a t -> 'a

perform e performs an effect e.

  • raises Unhandled

    if there is no active handler.

module Deep : sig ... end

Deep handlers

module Shallow : sig ... end