stdlib
Stdlib.Effect
Effects.
compiler-libs.bytecomp
compiler-libs.common
compiler-libs.optcomp
compiler-libs.toplevel
dynlink
odoc_info
runtime_events
str
threads
unix
type _ t = ..
The type of effects.
val perform : 'a t -> 'a
perform e performs an effect e.
perform e
e
Unhandled
if there is no active handler.
module Deep : sig ... end
Deep handlers
module Shallow : sig ... end